Skip to content
Snippets Groups Projects
Commit b57bcd02 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Changed Debian repo reference in Dockerfile

parent cdb2de60
No related branches found
No related tags found
No related merge requests found
Pipeline #8851 passed
FROM node:15 FROM node:15
# See https://github.com/docker/for-linux/issues/1131 for the last apt-get option: # See https://github.com/docker/for-linux/issues/1131 for the last apt-get option:
RUN echo 'deb http://ftp.de.debian.org/debian sid main' >> '/etc/apt/sources.list' && \ RUN echo 'deb http://ftp.de.debian.org/debian bullseye main' >> '/etc/apt/sources.list' && \
apt-get update && apt-get install -y maven openjdk-17-jdk -o APT::Immediate-Configure=0 apt-get update && apt-get install -y maven openjdk-17-jdk -o APT::Immediate-Configure=0
RUN npm install -g @vue/cli@4.5.0 RUN npm install -g @vue/cli@4.5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment