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 4589cbe commit 5c94aeeCopy full SHA for 5c94aee
docker/Dockerfile
@@ -5,7 +5,7 @@ COPY requirements.txt /root
5
WORKDIR /root
6
RUN /usr/bin/python -m pip install --upgrade pip
7
RUN pip3 install -r requirements.txt
8
-RUN apt-get update && apt-get install -y --no-install-recommends imagemagick=8:6.9.7.4+dfsg-16ubuntu6.12 \
+RUN apt-get update && apt-get install -y --no-install-recommends imagemagick \
9
&& apt-get clean \
10
&& rm -rf /var/lib/apt/lists/*
11
EXPOSE 8888/tcp
0 commit comments