forked from freudenreichan/EinfuehrungInDocker_Pipeline2
Dockerfile aktualisiert
This commit is contained in:
parent
12c488ead8
commit
5405a6a208
@ -1,13 +1,8 @@
|
||||
# Base-Image
|
||||
FROM alpine:latest
|
||||
|
||||
# Pakete installieren (build-base entspricht build-essential/gcc)
|
||||
RUN apk update && apk add --no-cache \
|
||||
build-base \
|
||||
curl \
|
||||
vim \
|
||||
net-tools \
|
||||
bash
|
||||
# Pakete installieren
|
||||
RUN apt-get install -y build-essential gcc curl vim net-tools
|
||||
|
||||
# Arbeitsverzeichnis setzen
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user