Skip to content

Instantly share code, notes, and snippets.

@jaohaohsuan
Created August 14, 2016 23:34
Show Gist options
  • Save jaohaohsuan/5f88e9684acc70a84854afdda72e6968 to your computer and use it in GitHub Desktop.
Save jaohaohsuan/5f88e9684acc70a84854afdda72e6968 to your computer and use it in GitHub Desktop.
alpine purge what you installed
RUN apk add --no-cache --virtual .fetch-deps curl \
&& apk del .fetch-deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment