This commit is contained in:
parent
f2f3777ed2
commit
b6abb8c1a7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ jobs:
|
||||||
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", "-c"]
|
ENTRYPOINT ["/bin/bash", "-c"]
|
||||||
|
RUN /bin/bash
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in a new issue