mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
Changes python to python3 in Dockerfile (#577)
This commit is contained in:
parent
4ee7cebc36
commit
a5f86524e0
@ -8,7 +8,7 @@ RUN apk --no-cache -U upgrade # To ensure any potential security patches are app
|
||||
|
||||
FROM base AS server-builder
|
||||
# Install packages needed to build native npm packages.
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python3
|
||||
WORKDIR /app
|
||||
# Install npm packages, resulting in node_modules/.
|
||||
COPY server/package*.json ./server/
|
||||
|
@ -11,7 +11,7 @@
|
||||
"file",
|
||||
"Dockerfile"
|
||||
],
|
||||
"fd98e5a6add079e07153a3891f3db96af219101d3e5d200fd212af4f6545c1f9"
|
||||
"93bb104c26d9c0e06b947bd9b2be153e579f599590d3fa8876db2ca777ce5183"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -7,7 +7,7 @@ RUN apk --no-cache -U upgrade # To ensure any potential security patches are app
|
||||
|
||||
FROM base AS server-builder
|
||||
# Install packages needed to build native npm packages.
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python3
|
||||
WORKDIR /app
|
||||
# Install npm packages, resulting in node_modules/.
|
||||
COPY server/package*.json ./server/
|
||||
|
@ -11,7 +11,7 @@
|
||||
"file",
|
||||
"Dockerfile"
|
||||
],
|
||||
"fd98e5a6add079e07153a3891f3db96af219101d3e5d200fd212af4f6545c1f9"
|
||||
"93bb104c26d9c0e06b947bd9b2be153e579f599590d3fa8876db2ca777ce5183"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -7,7 +7,7 @@ RUN apk --no-cache -U upgrade # To ensure any potential security patches are app
|
||||
|
||||
FROM base AS server-builder
|
||||
# Install packages needed to build native npm packages.
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python3
|
||||
WORKDIR /app
|
||||
# Install npm packages, resulting in node_modules/.
|
||||
COPY server/package*.json ./server/
|
||||
|
@ -11,7 +11,7 @@
|
||||
"file",
|
||||
"Dockerfile"
|
||||
],
|
||||
"fd98e5a6add079e07153a3891f3db96af219101d3e5d200fd212af4f6545c1f9"
|
||||
"93bb104c26d9c0e06b947bd9b2be153e579f599590d3fa8876db2ca777ce5183"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -7,7 +7,7 @@ RUN apk --no-cache -U upgrade # To ensure any potential security patches are app
|
||||
|
||||
FROM base AS server-builder
|
||||
# Install packages needed to build native npm packages.
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python3
|
||||
WORKDIR /app
|
||||
# Install npm packages, resulting in node_modules/.
|
||||
COPY server/package*.json ./server/
|
||||
|
@ -11,7 +11,7 @@
|
||||
"file",
|
||||
"Dockerfile"
|
||||
],
|
||||
"96fc2e753a28976da21487906279eea4e68b54f77b24dc8bc6d4dac42b88b10d"
|
||||
"a2e26d43bffd368f037c0ed7cb0362331b436c8beb36f952251212564cc2b8df"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -7,7 +7,7 @@ RUN apk --no-cache -U upgrade # To ensure any potential security patches are app
|
||||
|
||||
FROM base AS server-builder
|
||||
# Install packages needed to build native npm packages.
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python
|
||||
RUN apk add --no-cache build-base libtool autoconf automake python3
|
||||
WORKDIR /app
|
||||
# Install npm packages, resulting in node_modules/.
|
||||
COPY server/package*.json ./server/
|
||||
|
Loading…
Reference in New Issue
Block a user