mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-11-08 10:51:03 +01:00
Merge pull request #76 from Icinga/bugfix/actually-run-tests
Actually run tests
This commit is contained in:
commit
cb3fce792f
@ -30,7 +30,7 @@ ADD action-base.list /etc/apt/sources.list.d/misc.list
|
||||
RUN apt-get update ;\
|
||||
apt-get install --no-install-{recommends,suggests} -y \
|
||||
bison cmake docker-ce-cli flex g++ git \
|
||||
libboost{,-{context,coroutine,date-time,filesystem,program-options,regex,system,thread}}1.74-dev \
|
||||
libboost{,-{context,coroutine,date-time,filesystem,program-options,regex,system,test,thread}}1.74-dev \
|
||||
libedit-dev libmariadb-dev libpq-dev libssl-dev make nodejs ;\
|
||||
apt-get install --no-install-{recommends,suggests} -y ccache ;\
|
||||
apt-get clean ;\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user