Use custom docker image with preinstalled packages.

This commit is contained in:
Lukas Steiner
2023-05-17 07:58:40 +00:00
parent e3296525a2
commit 77fd2adc08

View File

@@ -1,9 +1,5 @@
# vim: set ts=4 sw=4 expandtab:
image: ubuntu
before_script:
- DEBIAN_FRONTEND=noninteractive apt-get update --yes
- DEBIAN_FRONTEND=noninteractive apt-get install --yes build-essential git cmake python3 python3-dev qtbase5-dev libqwt-qt5-dev sqlite3 sqlite3-tools lcov
image: ubuntu-dramsys
stages:
- build