We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32578a6 commit 1d4aec9Copy full SHA for 1d4aec9
Dockerfile
@@ -3,7 +3,9 @@ FROM python:3.5-slim-buster
3
# ensure unoconv can locate the uno library
4
ENV PYTHONPATH /usr/lib/python3/dist-packages
5
6
-RUN usermod -d /home www-data \
+RUN echo "deb https://archive.debian.org/debian buster main" > /etc/apt/sources.list \
7
+ && echo "deb https://archive.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list \
8
+ && usermod -d /home www-data \
9
&& chown www-data:www-data /home \
10
# -slim images strip man dirs, but java won't install unless this dir exists.
11
&& mkdir -p /usr/share/man/man1 \
0 commit comments