Skip to content

Commit

Permalink
update build environment to Ubuntu LTS 22.04
Browse files Browse the repository at this point in the history
Update Ubuntu version and build dependencies per #43
  • Loading branch information
displague authored Dec 22, 2022
1 parent e11a533 commit 82c7594
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM ubuntu:hirsute-20210723
FROM ubuntu:jammy-20221130

# Disable DL3008 as it is not possible to pin virtual packages such as qemu-kvm
# hadolint ignore=DL3008
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
ansible=2.10.7-1 \
git=1:2.30.2-1ubuntu1 \
ansible=2.10.7+merged+base+2.10.8+dfsg-1 \
git=1:2.34.1-1ubuntu1.5 \
qemu-kvm \
qemu-utils \
unzip=6.0-26ubuntu1 \
xorriso=1.5.2-1 \
unzip=6.0-26ubuntu3.1 \
xorriso=1.5.4-2 \
curl \
jq=1.6-2.1ubuntu1 \
jq=1.6-2.1ubuntu3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 82c7594

Please sign in to comment.