This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 8676fb4a authored by Daniel Crazzolara's avatar Daniel Crazzolara
Browse files

Extracted apt pipeline commands to docker image

parent 3fcb7de6
Branches
Tags
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
......@@ -110,13 +110,6 @@ e2e-test:
# - frontend-test
script:
- npm install
- apt-get update
- apt-get install -y default-jre
- apt-get install -y xvfb
- apt-get install -y zip
- apt-get install -y wget
- apt-get install -y ca-certificates
- apt-get install -y libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- dpkg -i google-chrome*.deb
# - node --version
......
FROM jhipster/jhipster:latest
USER root
RUN apt update && apt install -y default-jre xvfb zip wget ca-certificates libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment