Skip to content

Commit

Permalink
Merge pull request #17 from hex-developer/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
billz authored Jun 16, 2023
2 parents 75c808d + e05c42c commit 61361d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Prepare available platforms build
env: # Here you need to test on what platform your docker image can be build. Important one is linux/arm/v7, linux/arm64 and linux/amd64
requested_platforms: "linux/amd64,linux/arm64,linux/386,linux/arm/v7" # alehaa/debian-systemd:buster support only i386, amd64, arm and arm64
requested_platforms: "linux/amd64,linux/arm64,linux/arm/v7" # jrei/systemd-debian:10 support only i386, amd64, arm and arm64
image: "ghcr.io/${{ github.repository }}:latest"
run: |
# If you use the `requested_platforms` env var, then parse it.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alehaa/debian-systemd:buster
FROM jrei/systemd-debian:10
RUN apt update && apt install -y sudo wget procps curl systemd && rm -rf /var/lib/apt/lists/*
COPY setup.sh .

0 comments on commit 61361d2

Please sign in to comment.