Rename python to python3 in alpine Docker build dependency
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
bd176a20f5
commit
9b9b274079
|
@ -1,7 +1,7 @@
|
||||||
# First build the application assets
|
# First build the application assets
|
||||||
FROM node:16-alpine as assets
|
FROM node:16-alpine as assets
|
||||||
|
|
||||||
RUN apk add --no-cache python build-base libwebp-tools bash imagemagick ncurses
|
RUN apk add --no-cache python3 build-base libwebp-tools bash imagemagick ncurses
|
||||||
|
|
||||||
COPY js .
|
COPY js .
|
||||||
RUN yarn install \
|
RUN yarn install \
|
||||||
|
|
Loading…
Reference in a new issue