Skip to content

Commit

Permalink
Merge pull request #13 from betadots/puppet8
Browse files Browse the repository at this point in the history
use Jammy packages on Ubuntu 22.04, not Focal
  • Loading branch information
bastelfreak committed Sep 27, 2023
2 parents 7cedc0a + 9d18e93 commit 59b7ec9
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 59b7ec9

Please sign in to comment.