Skip to content

Instantly share code, notes, and snippets.

@matanper
Last active April 15, 2019 14:41
Show Gist options
  • Save matanper/c28f1c6c90f7943a3b358869c987ad8c to your computer and use it in GitHub Desktop.
Save matanper/c28f1c6c90f7943a3b358869c987ad8c to your computer and use it in GitHub Desktop.
Alpine with extra libs
# Using alpine version with glibc installed to run apps like Java
FROM frolvlad/alpine-glibc:alpine-3.9
# Adding wanted packages
RUN apk add --no-cache \
bash \
tcpdump \
bash-completion \
dos2unix \
busybox-extras # For telnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment