We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f4380 commit b37a00fCopy full SHA for b37a00f
Dockerfile
@@ -1,6 +1,6 @@
1
FROM cs50/cli
2
3
-RUN sudo apt update && sudo apt install --yes libmysqlclient-dev pgloader postgresql
+RUN sudo apt update && sudo apt install --yes libmysqlclient-dev pgloader pkg-config postgresql
4
RUN sudo pip3 install mysqlclient psycopg2-binary
5
6
WORKDIR /mnt
0 commit comments