mirror of
https://github.com/markqvist/LXMF.git
synced 2024-10-01 01:35:36 -04:00
dockerize LXMF
This commit is contained in:
parent
9f051aea17
commit
820c92d38b
@ -13,7 +13,7 @@ RUN pip install --upgrade pip
|
|||||||
|
|
||||||
ENV PATH="/home/myuser/.local/bin:${PATH}"
|
ENV PATH="/home/myuser/.local/bin:${PATH}"
|
||||||
|
|
||||||
################### BEGIN Sideband ###########################################
|
################### BEGIN LXMF ###########################################
|
||||||
|
|
||||||
COPY --chown=myuser:myuser requirements.txt requirements.txt
|
COPY --chown=myuser:myuser requirements.txt requirements.txt
|
||||||
|
|
||||||
@ -28,4 +28,4 @@ RUN source /home/myuser/LXMF/venv/bin/activate
|
|||||||
|
|
||||||
RUN make all
|
RUN make all
|
||||||
|
|
||||||
################### END Sideband ###########################################
|
################### END LXMF ###########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user