Skip to content

Commit

Permalink
Revert "Bump to Ubuntu 24.04"
Browse files Browse the repository at this point in the history
This reverts commit cbfd30f.
  • Loading branch information
antonym committed May 27, 2024
1 parent cbfd30f commit 6b84802
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
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand All @@ -22,9 +22,8 @@ RUN \
isolinux \
liblzma-dev \
libslirp-dev \
pipx \
python3-pip \
python3-setuptools \
toilet

RUN pipx install ansible==${ANSIBLE_VERSION}
RUN pip3 install ansible==${ANSIBLE_VERSION}

0 comments on commit 6b84802

Please sign in to comment.