Skip to content

Commit

Permalink
remove apk cache lists after installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
fractos committed Feb 17, 2019
1 parent 344ca3a commit 49e3f1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN apk add --update --no-cache --virtual=run-deps \
python3 \
ca-certificates \
py3-psycopg2 \
vim
vim \
&& rm -rf /var/cache/apk/*

ENV SLEEP_SECONDS 60
ENV ENDPOINT_DEFINITIONS_FILE /opt/app/config/endpoints.json
Expand Down

0 comments on commit 49e3f1a

Please sign in to comment.