Skip to content

Commit e599a0e

Browse files
committed
fix
1 parent cc49c39 commit e599a0e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

generic/Dockerfile-node8

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM node:16.11.0 as node_16
2-
WORKDIR /
3-
RUN cp -r /etc/ssl/certs certs
4-
51
# For REGULAR builds
62
# tags are cubyn/node:{version}
73
ARG SRC_TAG=10.15-alpine
84
ARG WKHTMLTOPDF_TAG=0.12.5
5+
6+
FROM node:16.11.0 as node_16
7+
WORKDIR /
8+
RUN cp -r /etc/ssl/certs certs
9+
910
FROM node:${SRC_TAG} as base
1011

1112
RUN apk --update --no-cache add \

0 commit comments

Comments
 (0)