Reducing preinstalled CLIs

This commit is contained in:
Torsten Raudssus 2024-10-27 04:40:21 +01:00
parent ea563b90c6
commit 8bd01eeb5e

View file

@ -14,7 +14,7 @@ RUN apt-get update -y && apt-get install -y jq $SRV_APT_GET_INSTALL \
RUN id $SRV_UID || useradd -s /bin/bash -d /app -u $SRV_UID -g $SRV_GID srv
RUN npm install -g ember-cli@5.10.0 @angular/cli@18.1.2 npm@10.8.2
RUN npm install -g npm@10.8.2
COPY ./docker-entrypoint.sh /docker-entrypoint.sh