From 21ca773d0f4bcaa889ac4926fb54b05a6cb67008 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Wed, 28 Aug 2019 12:02:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49f7536..1406d89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ build: cp /build/Dockerfile Dockerfile fi # Build the dependencies - - docker run --dns=1.1.1.1 --rm -v "$PWD":/usr/src/app -w /usr/src/app node:10 bash -c "apt update && apt install automake autoconf libtool dpkg nasm libpng16-16 && npm install --verbose && npm run prod" + - docker run --dns=1.1.1.1 --rm -v "$PWD":/usr/src/app -w /usr/src/app node:10 bash -c "apt -y update && apt -y install automake autoconf libtool dpkg nasm libpng16-16 && npm install --verbose && npm run prod" - docker run --dns=1.1.1.1 --rm -v $(pwd):/app composer/composer:latest install - docker pull $CI_APPLICATION_REPOSITORY:latest || true - | -- GitLab