fix: add -c to entrypoint
All checks were successful
/ builder (push) Successful in 2m24s

This commit is contained in:
s3lph 2023-11-17 03:43:28 +01:00
parent ea80f2eb04
commit f2f3777ed2
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -17,7 +17,7 @@ jobs:
dockerfile: | dockerfile: |
FROM docker.io/library/node:18-bookworm FROM docker.io/library/node:18-bookworm
RUN apt update && apt install --yes wget curl jq yq zip xz-utils bzip2 reprepro rsync git openssh-client unzip gnupg2 python3-pip python3-setuptools fakeroot lintian RUN apt update && apt install --yes wget curl jq yq zip xz-utils bzip2 reprepro rsync git openssh-client unzip gnupg2 python3-pip python3-setuptools fakeroot lintian
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash", "-c"]
image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest image: git.kabelsalat.ch/s3lph/package-pipeline-builder:latest
registry: git.kabelsalat.ch registry: git.kabelsalat.ch
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}