Skip to content

Commit 0bdb1e4

Browse files
committed
ci: fix dockerfile for sqllogic test
1 parent 2ede632 commit 0bdb1e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/logictest/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM python:3.10
22

3-
RUN apt-get update && apt-get install psmisc libffi-dev && rm -rf /var/lib/apt/lists/*
3+
RUN apt-get update -yq && apt-get install -yq \
4+
psmisc libffi-dev && \
5+
rm -rf /var/lib/apt/lists/*
46
RUN python3 -m pip install --upgrade pip && pip install \
57
mysql-connector-python \
68
pymysql \

0 commit comments

Comments
 (0)