mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(docker) alpine: python -> python3
This commit is contained in:
parent
228744bec8
commit
49f4e5bec7
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ COPY package.json /usr/src/app/
|
|||
RUN npm config set package-lock false && \
|
||||
npm install --production && \
|
||||
apk update && \
|
||||
apk add --no-cache bash make g++ python && \
|
||||
apk add --no-cache bash make g++ python3 && \
|
||||
npm i gritty && \
|
||||
npm cache clean --force && \
|
||||
apk del make g++ python && \
|
||||
apk del make g++ python3 && \
|
||||
rm -rf /usr/include /tmp/* /var/cache/apk/*
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue