File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ COPY flows.json /data
4444FROM base AS build
4545
4646# Install Build tools
47- RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python2 && \
47+ RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python3 && \
4848 npm install --unsafe-perm --no-update-notifier --no-audit --no-fund --only=production && \
4949 /tmp/remove_native_gpio.sh && \
5050 cp -R node_modules prod_node_modules
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ COPY flows.json /data
4343FROM base AS build
4444
4545# Install Build tools
46- RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python2 && \
46+ RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python3 && \
4747 npm install --unsafe-perm --no-update-notifier --no-fund --only=production && \
4848 /tmp/remove_native_gpio.sh && \
4949 cp -R node_modules prod_node_modules
Original file line number Diff line number Diff line change 44# Installing Devtools
55if [[ ${TAG_SUFFIX} != * " minimal" ]]; then
66 echo " Installing devtools"
7- apk add --no-cache --virtual devtools build-base linux-headers udev python2 python3
7+ apk add --no-cache --virtual devtools build-base linux-headers udev python3
88else
99 echo " Skip installing devtools"
1010fi
You can’t perform that action at this time.
0 commit comments