Skip to content

Commit

Permalink
use Jammy packages on Ubuntu 22.04, not Focal
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 27, 2023
1 parent a1d4f9e commit 9d18e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LABEL org.label-schema.maintainer="betadots GmbH <info@betadots.de>"

ENV DEBIAN_FRONTEND=noninteractive

ADD https://apt.puppet.com/puppet7-release-focal.deb /puppet7-release-focal.deb
RUN apt install /puppet7-release-focal.deb
ADD https://apt.puppet.com/puppet7-release-jammy.deb /puppet7-release-jammy.deb
RUN apt install /puppet7-release-jammy.deb

RUN apt update && apt install -y --no-install-recommends \
cmake \
Expand Down

0 comments on commit 9d18e93

Please sign in to comment.