Skip to content

Commit

Permalink
Postgres Tools Sidecar: ignore no files to cleanup (#3980)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored and Ilya Kislenko committed Oct 1, 2018
1 parent 9cde2e8 commit 0ae887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk -v --update add --no-cache python py-pip groff less && \
pip install --upgrade pip && \
pip install --upgrade awscli && \
apk -v --purge del py-pip && \
rm /var/cache/apk/*
rm -f /var/cache/apk/*

COPY --from=kanisterio/kanister-tools:0.12.0 /usr/local/bin/kando /usr/local/bin/kando

Expand Down

0 comments on commit 0ae887c

Please sign in to comment.