mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Eliminate unnecessary packages. Add perl.
This commit is contained in:
parent
4983234ee0
commit
a0a3df4e64
1 changed files with 2 additions and 4 deletions
|
@ -3,11 +3,9 @@ FROM alpine:3.18
|
|||
RUN apk add \
|
||||
build-base \
|
||||
expat \
|
||||
git-perl \
|
||||
libssl3 \
|
||||
libretls \
|
||||
linux-headers \
|
||||
make
|
||||
make \
|
||||
perl
|
||||
|
||||
ENV PLAN9=/usr/local/plan9
|
||||
|
||||
|
|
Loading…
Reference in a new issue