Skip to content

Commit 1432b5a

Browse files
godplayer56gabrielbusta
authored andcommitted
Fix pkg-config error, all docker services now running
1 parent a310558 commit 1432b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.database

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mysql:8.0-debian
33
# netcat is used to listen to the ports.
44

55
RUN apt-get -q update \
6-
&& apt-get -q --yes install netcat-traditional \
6+
&& apt-get -q --yes install netcat-traditional pkg-config \
77
&& apt-get clean
88

99
# Lower error logging to get rid of health check spam

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MAINTAINER [email protected]
1313
# xz-utils is needed to unpack sampled ata
1414
# git is needed to send coverage reports
1515
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 \
1717
&& apt-get clean
1818

1919
WORKDIR /app

0 commit comments

Comments
 (0)