Skip to content

Instantly share code, notes, and snippets.

@Bumbleblo
Created August 14, 2018 06:46
Show Gist options
  • Save Bumbleblo/d41ef856f87de47073a25b4e28339584 to your computer and use it in GitHub Desktop.
Save Bumbleblo/d41ef856f87de47073a25b4e28339584 to your computer and use it in GitHub Desktop.
Dockerfile with ubuntu build-essential package dependences in alpine
FROM alpine
RUN apk add --update \
dpkg-dev \
g++ \
gcc \
libc-dev \
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment