containers/aports-dev: update dependencies

This commit is contained in:
Hoang Nguyen 2023-05-20 00:00:00 +07:00
parent 549e7d9029
commit 642230a986
Signed by: folliehiyuki
GPG Key ID: B0567C20730E9B11
1 changed files with 6 additions and 2 deletions

View File

@ -9,8 +9,12 @@ RUN printf 'https://dl-cdn.alpinelinux.org/alpine/edge/main\n\
https://dl-cdn.alpinelinux.org/alpine/edge/community\n\
https://dl-cdn.alpinelinux.org/alpine/edge/testing\n' > /etc/apk/repositories \
&& apk upgrade -Ua \
&& apk add git abuild build-base atools doas fish vim \
go cargo py3-setuptools
&& apk add abuild build-base atools \
doas fish vim git \
go \
cargo cargo-auditable \
py3-setuptools py3-pytest \
py3-gpep517 py3-installer py3-poetry-core
# Create a normal user and distfiles directory
RUN adduser -D -s /usr/bin/fish -h /home/kawaii kawaii \