forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
dea458fcb2
commit
ed5ee6a367
@ -2,8 +2,7 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
# Pakete installieren
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential gcc curl vim net-tools
|
||||
RUN apt-get update && apt-get install -y build-essential gcc curl vim net-tools
|
||||
|
||||
# Arbeitsverzeichnis setzen
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user