stagex/packages/bootstrap/Dockerfile

6 lines
166 B
Text
Raw Normal View History

FROM alpine@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
RUN set -ex; \
apk update; \
apk add gcc g++ libc-dev make linux-headers