Compare commits
No commits in common. "711cc88e8c20737f5a182d52824a5cfda95c6dfa" and "207bbbfea56024567a682d5a691dd203fb4b80b7" have entirely different histories.
711cc88e8c
...
207bbbfea5
2 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,8 @@ pipeline:
|
||||||
- ./tool build
|
- ./tool build
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
apk add rsync openssh-client-default
|
||||||
|
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
FROM docker.io/alpine:3.17
|
FROM docker.io/alpine:3.17
|
||||||
|
|
||||||
RUN apk add --no-cache nodejs npm lua5.1 icu-data-full \
|
RUN apk add --no-cache nodejs npm lua5.1
|
||||||
rsync openssh-client-default
|
|
||||||
|
|
||||||
# https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-2
|
# https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-2
|
||||||
RUN wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8 && \
|
RUN wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8 && \
|
||||||
|
|
Reference in a new issue