Skip to content

Commit

Permalink
ubuntu24 needs more systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Jan 17, 2025
1 parent 76d367b commit 8ebf087
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- 24.04
- 22.04
- 20.04
- 18.04

name: Build Ubuntu ${{ matrix.RELEASE }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ARG UBUNTU_RELEASE
FROM ubuntu:${UBUNTU_RELEASE}
COPY helpers /helpers
ARG UBUNTU_RELEASE=${UBUNTU_RELEASE}
RUN apt-get update && apt-get install -y systemd
RUN apt-get update && apt-get install -y systemd systemd-sysv systemd-timesyncd libnss-systemd libpam-systemd libsystemd0 networkd-dispatcher
RUN chmod 0 /bin/systemctl;cd /helpers; sh build.sh; cd /; rm -rf helpers;chmod 755 /bin/systemctl

0 comments on commit 8ebf087

Please sign in to comment.