Skip to content

Commit

Permalink
Restore systemd to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Jan 13, 2025
1 parent d03bc94 commit 2dce3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '**.md'
branches:
- master
- 202501
jobs:
prepare:
name: Create Release
Expand Down
1 change: 1 addition & 0 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ ARG UBUNTU_RELEASE
FROM ubuntu:${UBUNTU_RELEASE}
COPY helpers /helpers
ARG UBUNTU_RELEASE=${UBUNTU_RELEASE}
RUN apt-get install systemd
RUN chmod 0 /bin/systemctl;cd /helpers; sh build.sh; cd /; rm -rf helpers;chmod 755 /bin/systemctl

0 comments on commit 2dce3fa

Please sign in to comment.