Skip to content

Instantly share code, notes, and snippets.

@suntong
Last active November 3, 2022 17:03
Show Gist options
  • Save suntong/21929339936ed085a6fdb7dd2a54114f to your computer and use it in GitHub Desktop.
Save suntong/21929339936ed085a6fdb7dd2a54114f to your computer and use it in GitHub Desktop.
FROM alpine:3.13
#RUN echo http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories
#RUN echo http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
#RUN echo http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
RUN apk update; apk --update --no-cache add make cmake gcc g++ musl-dev binutils autoconf automake libtool pkgconfig check-dev file patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment