Skip to content
Snippets Groups Projects
Commit bebdfbf0 authored by Konstantin Schulz's avatar Konstantin Schulz
Browse files

added apt update to CI and Dockerfile

parent 6aabf4ce
Branches main
No related tags found
No related merge requests found
Pipeline #10752 failed
......@@ -16,6 +16,7 @@ coverage:
image: node:10.19.0-stretch
stage: test
script:
- apt update
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- apt install -y ./google-chrome-stable_current_amd64.deb
- npm i -g @angular/cli
......
......@@ -6,6 +6,7 @@ WORKDIR /home/mc
RUN apt-get update
RUN apt-get -yq install nginx
# for testing
RUN apt update
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN apt install -y ./google-chrome-stable_current_amd64.deb
......
{
"name": "mc_frontend",
"version": "1.6.3",
"version": "1.6.4",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment