Remove vue-cli from docker images

closes #811
This commit is contained in:
Matthias 2022-06-13 19:44:46 +02:00
parent c475ca30c2
commit e231386476
2 changed files with 1 additions and 4 deletions

View File

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

View File

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