mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
parent
c475ca30c2
commit
e231386476
|
@ -1,7 +1,6 @@
|
|||
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:18-bullseye
|
||||
|
||||
RUN yarn global add @vue/cli \
|
||||
&& sudo apt-get update \
|
||||
RUN sudo apt-get update \
|
||||
&& sudo apt-get install -y vim \
|
||||
&& sudo apt-get clean
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@ RUN apk add --update --no-cache python3 g++ make\
|
|||
&& yarn \
|
||||
&& apk del python3 g++ make
|
||||
|
||||
RUN yarn global add @vue/cli
|
||||
|
||||
COPY . /app
|
||||
|
||||
# The below flag should be removed, it's an incompatibility between
|
||||
|
|
Loading…
Reference in New Issue
Block a user