We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ed414 commit 0b4c91eCopy full SHA for 0b4c91e
Dockerfile
@@ -1,7 +1,9 @@
1
FROM alpine:3.12
2
3
-RUN apk add --update bash findutils gzip postgresql-client && \
4
- rm -rf /var/cache/apk/*
+RUN set -x \
+ && apk add --update bash findutils gzip postgresql-client \
5
+ && rm -rf /var/cache/apk/* \
6
+ ;
7
8
COPY commands /commands
9
0 commit comments