update action
Some checks are pending
/ docker (ubuntu-latest, 2.38.4) (push) Waiting to run

This commit is contained in:
Lee
2023-09-25 02:15:06 +01:00
parent 941674164e
commit 223510ece1
3 changed files with 5 additions and 27 deletions

View File

@ -0,0 +1,7 @@
FROM docker:stable
# Install packages
RUN apk add --no-cache curl wget git
# Install Node 18
RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted