diff options
Diffstat (limited to 'docker/Dockerfile.armv7')
| -rw-r--r-- | docker/Dockerfile.armv7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.armv7 b/docker/Dockerfile.armv7 index c1758be97..284cc83ab 100644 --- a/docker/Dockerfile.armv7 +++ b/docker/Dockerfile.armv7 @@ -11,7 +11,7 @@ FROM arm32v7/openjdk:11-jdk as builder # Install needed packages not in base image -RUN apt-get update && apt-get install -yq curl wkhtmltopdf imagemagick xvfb ghostscript && \ +RUN apt-get update && apt-get install -yq curl && \ rm -rf /var/lib/apt/lists/* # set current working dir & copy sources |
