Added libssl-dev to ui build pipeline

This commit is contained in:
Joe Bellus 2022-02-08 23:07:35 -05:00
parent 3753580363
commit 59e4fa07f5
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ build:ui:
stage: build
image: node:16.13-slim
script:
- apt-get update
- apt-get -y install libssl-dev
- npm install
- npm run build
artifacts: