Skip to content

Commit

Permalink
fix: add required Containerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Jul 30, 2024
1 parent a623679 commit 2372e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/ubuntu/Containerfile_focal
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/ubuntu:focal
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd
RUN ln -s /lib/systemd/systemd /sbin/init
3 changes: 3 additions & 0 deletions base/ubuntu/Containerfile_jammy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/ubuntu:jammy
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd
RUN ln -s /lib/systemd/systemd /sbin/init

0 comments on commit 2372e18

Please sign in to comment.