packaging: Install on Alpine distro
This commit is contained in:
parent
29c359d39d
commit
6d2e34e049
4 changed files with 26 additions and 2 deletions
13
packaging/Dockerfile.alpine
Normal file
13
packaging/Dockerfile.alpine
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
FROM alpine:3.19.1
|
||||
|
||||
RUN apk add pipx gcc sudo python3-dev musl-dev
|
||||
COPY . eris
|
||||
RUN PIPX_BIN_DIR=/bin pipx install --system-site-packages ./eris/eris
|
||||
RUN eris --install-all-tools
|
||||
|
||||
ENTRYPOINT ["eris"]
|
||||
|
||||
|
||||
# docker build -t eris -f packaging/Dockerfile.arch .
|
||||
Loading…
Add table
Add a link
Reference in a new issue