This repository has been archived on 2024-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
FROM alpine@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
|
|
|
|
RUN set -ex; \
|
|
apk update; \
|
|
apk add gcc g++ libc-dev make linux-headers patch
|