mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
Remove python3 dependency
This commit is contained in:
parent
127b480be2
commit
56c8318c74
|
@ -7,9 +7,9 @@ WORKDIR /app
|
|||
COPY package.json yarn.lock .yarnrc.yml /app/
|
||||
COPY .yarn/releases/ /app/.yarn/releases/
|
||||
|
||||
RUN apk add --update --no-cache python3 g++ make\
|
||||
RUN apk add --update --no-cache g++ make\
|
||||
&& yarn install\
|
||||
&& apk del python3 g++ make
|
||||
&& apk del g++ make
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user