We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f5d0a commit 6d4553eCopy full SHA for 6d4553e
tutormfe/templates/mfe/build/mfe/Dockerfile
@@ -9,7 +9,7 @@ RUN apt update \
9
# required for gifsicle, mozjpeg, and optipng (on arm)
10
autoconf libtool pkg-config zlib1g-dev \
11
# required for node-sass (on arm)
12
- python g++ \
+ python3 g++ \
13
# required for image-webpack-loader (on arm)
14
libpng-dev \
15
# required for building node-canvas (on arm, for authoring)
0 commit comments