Skip to content

Commit

Permalink
update workshop tools dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassuedbroecker committed Dec 13, 2021
1 parent c303b6a commit 51b6c8b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions workshop/Tools.Buildah.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ FROM docker.io/ubuntu:20.10
RUN apt-get update -qq \
&& apt-get -y install buildah \
&& apt-get install -y iptables
# && add-apt-repository -y ppa:projectatomic/ppa \
# && apt-get -qq -y install podman \
# && apt-get install -qq -y software-properties-common uidmap \
# && apt-get update -qq \

# Java
# *********** default-jdk -> openjdk-11-jdk ***************
Expand Down Expand Up @@ -43,6 +39,3 @@ WORKDIR /
RUN apt install -y gnupg \
&& apt install -y docker.io \
&& docker --version

# To keep it running
# CMD tail -f /dev/null

0 comments on commit 51b6c8b

Please sign in to comment.