We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fac12 commit 9f442e6Copy full SHA for 9f442e6
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN git config --global --add safe.directory /app
19
# Build our own copy of lxml using Ubuntu's libxml2/libxslt
20
# (don't use the prebuilt wheel)
21
# https://opendataservices.plan.io/issues/36790
22
-RUN apt install libxml2-dev libxslt-dev
+RUN apt-get --assume-yes install libxml2-dev libxslt-dev
23
RUN pip install --no-binary lxml -r requirements.txt
24
25
RUN python manage.py collectstatic --noinput
0 commit comments