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