Skip to content

Commit 55d9999

Browse files
committed
add: node:18-ci (dockerize)
1 parent 3a85cbb commit 55d9999

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

18-ci/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM kooldev/node:18
2+
3+
RUN apk add --no-cache \
4+
# deps
5+
curl \
6+
# dockerize
7+
&& curl -L https://github.com/jwilder/dockerize/releases/download/v0.6.1/dockerize-alpine-linux-amd64-v0.6.1.tar.gz | tar xz \
8+
&& mv dockerize /usr/local/bin/dockerize

0 commit comments

Comments
 (0)