forked from freudenreichan/EinfuehrungInDocker_Pipeline2
cve
This commit is contained in:
parent
9f0d4146ad
commit
29b932884d
@ -3,6 +3,8 @@ FROM alpine:latest
|
|||||||
|
|
||||||
# Pakete installieren
|
# Pakete installieren
|
||||||
RUN apk add --no-cache build-base gcc curl vim net-tools
|
RUN apk add --no-cache build-base gcc curl vim net-tools
|
||||||
|
# CVE
|
||||||
|
RUN apk upgrade libssl3 libcrypto3 zlib
|
||||||
|
|
||||||
# Arbeitsverzeichnis setzen
|
# Arbeitsverzeichnis setzen
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user