Skip to content

Commit

Permalink
Make apt commands quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfraney committed Apr 2, 2024
1 parent 71fb447 commit fe2cacd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Container image that runs your code
FROM python:3.12-bullseye

ENV DEBIAN_FRONTEND=noninteractive

# Installs ImageMagick with AVIF support
RUN apt remove "*imagemagick*" --purge -y && apt autoremove --purge -y

Expand Down

0 comments on commit fe2cacd

Please sign in to comment.