mirror of
https://github.com/markqvist/LXMF.git
synced 2025-06-07 05:52:44 -04:00
dockerize LXMF
This commit is contained in:
parent
9f051aea17
commit
820c92d38b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue