diff --git a/Dockerfile b/Dockerfile index ea065b5..b96f065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Base image for runner FROM python:3.11-alpine AS runner -RUN apk add --no-cache -y graphviz imagemagick make +RUN apk add --no-cache graphviz imagemagick make # Load dependencies from pip FROM python:3.11-alpine AS builder