Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrislw authored Sep 16, 2024
1 parent 6bb5003 commit 14b6295
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM ubuntu:latest
FROM ubuntu:noble

RUN apt install iproute python iputils -y
RUN apt-get update

RUN apt update
RUN apt-get upgrade -y

RUN apt upgrade -y

RUN pip install ansible --user
RUN apt-get install iproute2 python3-pip python3-full iputils-arping iputils-ping ansible -y -f

RUN ansible-galaxy collection install community.general

Expand Down

0 comments on commit 14b6295

Please sign in to comment.