diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 2f05572ae..b4c4d29d9 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -5,6 +5,7 @@ RUN apt-get -y update && apt-get -y install curl npm # Build and watch dependencies RUN apt-get -y update && apt-get -y install exiftool +RUN apt-get -y update && apt-get -y install imagemagick # Test dependencies RUN apt-get -y update && apt-get -y install chromium