Skip to content

Commit 0b4c91e

Browse files
committed
update to new standard
1 parent 92ed414 commit 0b4c91e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM alpine:3.12
22

3-
RUN apk add --update bash findutils gzip postgresql-client && \
4-
rm -rf /var/cache/apk/*
3+
RUN set -x \
4+
&& apk add --update bash findutils gzip postgresql-client \
5+
&& rm -rf /var/cache/apk/* \
6+
;
57

68
COPY commands /commands
79

0 commit comments

Comments
 (0)