forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
8027e9e2ee
commit
4bb7b1de7b
@ -3,8 +3,8 @@
|
||||
FROM cgr.dev/chainguard/wolfi-base:latest AS build
|
||||
|
||||
# Pakete installieren
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential gcc curl vim net-tools
|
||||
RUN apk update
|
||||
RUN apk add build-base gcc
|
||||
|
||||
# Arbeitsverzeichnis setzen
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user