Skip to content

Commit 6d4553e

Browse files
committed
chore: upgrade python from 2.7 to 3 in node image
1 parent c4f5d0a commit 6d4553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutormfe/templates/mfe/build/mfe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt update \
99
# required for gifsicle, mozjpeg, and optipng (on arm)
1010
autoconf libtool pkg-config zlib1g-dev \
1111
# required for node-sass (on arm)
12-
python g++ \
12+
python3 g++ \
1313
# required for image-webpack-loader (on arm)
1414
libpng-dev \
1515
# required for building node-canvas (on arm, for authoring)

0 commit comments

Comments
 (0)