forked from indymedia/epicyon
Update dockerfile
parent
3766f6e9c1
commit
d5f5a861d9
|
@ -16,6 +16,7 @@ RUN apt-get update && \
|
||||||
python3-idna \
|
python3-idna \
|
||||||
libimage-exiftool-perl \
|
libimage-exiftool-perl \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
python3-pyld \
|
||||||
tor
|
tor
|
||||||
RUN adduser --system --home=/opt/epicyon --group epicyon
|
RUN adduser --system --home=/opt/epicyon --group epicyon
|
||||||
COPY --chown=epicyon:epicyon . /app
|
COPY --chown=epicyon:epicyon . /app
|
||||||
|
|
Loading…
Reference in New Issue