Update Dockerfile
This commit is contained in:
parent
566a0b3179
commit
3a0fb11967
@ -1,7 +1,8 @@
|
||||
FROM alpine:latest
|
||||
MAINTAINER Team Lixo <lixonet@team.lixo>
|
||||
|
||||
RUN apk add docker-compose docker gnupg curl git py-pip openssh bash && pip install netcalc
|
||||
RUN apk add docker-compose docker gnupg curl py-pip openssh bash && pip install netcalc
|
||||
RUN apk add 'git>=2.38.3' # Patch CVE-2022-23521 and CVE-2022-41903
|
||||
RUN curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.9.0/gliderlabs-sigil_0.9.0_linux_$(uname -m|tr \ _ | sed s/aarch64/arm64/ | sed s/x86_64/amd64/).tgz" | tar -zxC /usr/local/bin
|
||||
RUN mv /usr/local/bin/gliderlabs-sigil-$(uname -m|tr \ _ | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) /usr/local/bin/sigil
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user