mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Removed make and expat. Switch from build-base to gcc and libc-dev
This commit is contained in:
parent
a0a3df4e64
commit
8e83a7104e
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue