File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM mysql:8.0-debian
3
3
# netcat is used to listen to the ports.
4
4
5
5
RUN apt-get -q update \
6
- && apt-get -q --yes install netcat-traditional \
6
+ && apt-get -q --yes install netcat-traditional pkg-config \
7
7
&& apt-get clean
8
8
9
9
# Lower error logging to get rid of health check spam
Original file line number Diff line number Diff line change 13
13
# xz-utils is needed to unpack sampled ata
14
14
# git is needed to send coverage reports
15
15
RUN apt-get -q update \
16
- && apt-get -q --yes install g++ netcat-traditional libpcre3 libpcre3-dev default-libmysqlclient-dev mariadb-client curl gcc xz-utils git \
16
+ && apt-get -q --yes install g++ netcat-traditional libpcre3 libpcre3-dev default-libmysqlclient-dev mariadb-client curl gcc xz-utils git pkg-config \
17
17
&& apt-get clean
18
18
19
19
WORKDIR /app
You can’t perform that action at this time.
0 commit comments