update .circleci/config.yml

This commit is contained in:
Dawid Wysokiński 2021-04-24 09:00:30 +02:00
parent fad9212846
commit 2319cf3125

View File

@ -12,7 +12,9 @@ jobs:
# with credentials stored in the UI
- run: |
docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- run: sudo apt install make nasm autoconf automake libtool dpkg pkgconfig libpng libpng-dev g++
- run: |
sudo apt update
sudo apt install make nasm autoconf automake libtool dpkg pkgconfig libpng libpng-dev g++
# build the application image
- run: docker build -t $DOCKER_LOGIN/twhelp-website:latest .