Skip to content

Commit

Permalink
Merge pull request #5 from mattwillsher/master
Browse files Browse the repository at this point in the history
fix: Ubuntu 24.04
  • Loading branch information
DO1JLR authored Jun 6, 2024
2 parents dc809e6 + 6da6b2f commit 690020a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ RUN apt-get update -y && apt-get install -y \
python3-dev \
python3-pip \
git \
systemd

RUN pip3 install setuptools && pip3 install ansible
systemd \
ansible

RUN ansible --version

Expand Down

0 comments on commit 690020a

Please sign in to comment.