revert b5c04ad521
Some checks failed
Build and Push Image / Build and push image (push) Failing after 5m31s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 5m31s
revert Add bun image
This commit is contained in:
parent
b5c04ad521
commit
6cbb05b0d1
2 changed files with 0 additions and 60 deletions
|
@ -1,21 +0,0 @@
|
|||
FROM oven/bun:alpine
|
||||
|
||||
RUN apk add nodejs git curl bash sudo
|
||||
|
||||
RUN apk add --update --no-cache \
|
||||
bash sudo ca-certificates openssl openssh-client \
|
||||
git git-lfs wget curl \
|
||||
zip unzip xz zstd jq \
|
||||
nodejs
|
||||
|
||||
|
||||
RUN adduser -D runner \
|
||||
&& echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \
|
||||
&& chmod 0440 /etc/sudoers.d/runner
|
||||
|
||||
RUN chmod -R 777 /opt
|
||||
|
||||
WORKDIR /home/runner
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
USER runner
|
Loading…
Add table
Add a link
Reference in a new issue