We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01c592f + 0bdb1e4 commit e89dfe5Copy full SHA for e89dfe5
tests/logictest/Dockerfile
@@ -1,6 +1,8 @@
1
FROM python:3.10
2
3
-RUN apt-get update && apt-get install psmisc libffi-dev && rm -rf /var/lib/apt/lists/*
+RUN apt-get update -yq && apt-get install -yq \
4
+ psmisc libffi-dev && \
5
+ rm -rf /var/lib/apt/lists/*
6
RUN python3 -m pip install --upgrade pip && pip install \
7
mysql-connector-python \
8
pymysql \
0 commit comments