Skip to content

Commit 77bea30

Browse files
authored
Update apt sources before installing imagemagick
laradock#1512
1 parent 0c41fce commit 77bea30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workspace/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ USER root
654654
ARG INSTALL_IMAGEMAGICK=false
655655

656656
RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
657+
apt-get update && \
657658
apt-get install -y --force-yes imagemagick php-imagick \
658659
;fi
659660

0 commit comments

Comments
 (0)