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