Skip to content

Commit

Permalink
build: updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Sep 6, 2024
1 parent 131931e commit ef842d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,11 @@ LABEL maintainer="RedTurtle" \
org.label-schema.description="Plone theme for Italian Public Administration" \
org.label-schema.vendor="RedTurtle"

RUN <<EOT
set -e
apt update
apt install -y --no-install-recommends libvips-dev
rm -rf /var/lib/apt/lists/*
EOT

COPY --from=builder /app/ /app/

0 comments on commit ef842d7

Please sign in to comment.