Skip to content

Instantly share code, notes, and snippets.

@songrgg
Last active July 2, 2017 14:35
Show Gist options
  • Save songrgg/815c1c3a48332fd1259c66e72a73466b to your computer and use it in GitHub Desktop.
Save songrgg/815c1c3a48332fd1259c66e72a73466b to your computer and use it in GitHub Desktop.
FROM alpine:3.5
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN apk add --update ca-certificates openssl && update-ca-certificates
RUN apk add --update curl tcpdump
RUN apk add --update curl iftop
RUN apk add --update strace
RUN apk add --update tzdata
RUN apk add --update bash && rm -rf /var/cache/apk/*
@songrgg
Copy link
Author

songrgg commented Jul 2, 2017

Base image for golang application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment