Skip to content

Commit 550f3cc

Browse files
committed
node:14-alpine and python3
1 parent cecc321 commit 550f3cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM node:14-alpine3.11 as builder
1+
FROM node:14-alpine as builder
22

33
WORKDIR /app
44

5-
RUN apk add git python2-dev make g++ gettext
5+
RUN apk update
6+
RUN apk add git python3-dev make g++ gettext
67

78
COPY package.json yarn.lock ./
89

@@ -18,9 +19,8 @@ RUN yarn l10n:generate && \
1819
JOBS=1 yarn build -prod
1920

2021
##
21-
##
2222

23-
FROM node:14-alpine3.11
23+
FROM builder as nodebuild
2424

2525
WORKDIR /fastboot
2626

0 commit comments

Comments
 (0)