Skip to content

Commit 5c94aee

Browse files
docker: remove fixed old version for imagemagick (#1163)
Co-authored-by: Gabriel Moreno <[email protected]>
1 parent 4589cbe commit 5c94aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY requirements.txt /root
55
WORKDIR /root
66
RUN /usr/bin/python -m pip install --upgrade pip
77
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 \
8+
RUN apt-get update && apt-get install -y --no-install-recommends imagemagick \
99
&& apt-get clean \
1010
&& rm -rf /var/lib/apt/lists/*
1111
EXPOSE 8888/tcp

0 commit comments

Comments
 (0)