diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ FROM alpine:3.17 -RUN apk add --no-cache \ +RUN apk add -q --no-cache \ bash \ make \ texlive \ |