Skip to content
Snippets Groups Projects
Commit e40bc121 authored by Markus Frosch's avatar Markus Frosch
Browse files

Remove boost packages from the image

parent 046475e2
No related branches found
No related tags found
No related merge requests found
Pipeline #4375 passed
...@@ -26,7 +26,7 @@ RUN curl https://packages.icinga.com/icinga.key | apt-key add - \ ...@@ -26,7 +26,7 @@ RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
bash-completion debhelper make po-debconf \ bash-completion debhelper make po-debconf \
bison cmake pkg-config dh-systemd libsystemd-dev flex g++ libboost-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libboost-thread-dev default-libmysqlclient-dev libpq-dev libssl-dev libyajl-dev libedit-dev \ bison cmake pkg-config dh-systemd libsystemd-dev flex g++ default-libmysqlclient-dev libpq-dev libssl-dev libyajl-dev libedit-dev \
php-cli php-htmlpurifier node-uglify \ php-cli php-htmlpurifier node-uglify \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment