diff --git a/Dockerfile b/Dockerfile index 2a533911..28e68ef5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ FROM alpine:3.18 +RUN apk update --no-cache + RUN apk add \ - build-base \ - expat \ + gcc \ + libc-dev \ linux-headers \ - make \ perl ENV PLAN9=/usr/local/plan9