Changes python to python3 in Dockerfile (#577)

This commit is contained in:
Shayne Czyzewski 2022-04-21 08:33:49 -04:00 committed by GitHub
parent 4ee7cebc36
commit a5f86524e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View File

@ -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/

View File

@ -11,7 +11,7 @@
"file",
"Dockerfile"
],
"fd98e5a6add079e07153a3891f3db96af219101d3e5d200fd212af4f6545c1f9"
"93bb104c26d9c0e06b947bd9b2be153e579f599590d3fa8876db2ca777ce5183"
],
[
[

View File

@ -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/

View File

@ -11,7 +11,7 @@
"file",
"Dockerfile"
],
"fd98e5a6add079e07153a3891f3db96af219101d3e5d200fd212af4f6545c1f9"
"93bb104c26d9c0e06b947bd9b2be153e579f599590d3fa8876db2ca777ce5183"
],
[
[

View File

@ -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/

View File

@ -11,7 +11,7 @@
"file",
"Dockerfile"
],
"fd98e5a6add079e07153a3891f3db96af219101d3e5d200fd212af4f6545c1f9"
"93bb104c26d9c0e06b947bd9b2be153e579f599590d3fa8876db2ca777ce5183"
],
[
[

View File

@ -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/

View File

@ -11,7 +11,7 @@
"file",
"Dockerfile"
],
"96fc2e753a28976da21487906279eea4e68b54f77b24dc8bc6d4dac42b88b10d"
"a2e26d43bffd368f037c0ed7cb0362331b436c8beb36f952251212564cc2b8df"
],
[
[

View File

@ -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/