Skip to content

Commit b37a00f

Browse files
committed
added pkg-config
1 parent 68f4380 commit b37a00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM cs50/cli
22

3-
RUN sudo apt update && sudo apt install --yes libmysqlclient-dev pgloader postgresql
3+
RUN sudo apt update && sudo apt install --yes libmysqlclient-dev pgloader pkg-config postgresql
44
RUN sudo pip3 install mysqlclient psycopg2-binary
55

66
WORKDIR /mnt

0 commit comments

Comments
 (0)