Removed make and expat. Switch from build-base to gcc and libc-dev

This commit is contained in:
James Parrott 2023-05-19 19:04:52 +01:00
parent a0a3df4e64
commit 8e83a7104e

View file

@ -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