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.
1 parent 46fb94d commit 8a3b5fdCopy full SHA for 8a3b5fd
Dockerfile-base
@@ -32,8 +32,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
32
ENV DB_CLIENT=/opt/sqlbot/db_client
33
ARG TARGETARCH
34
RUN apt-get update && \
35
- apt-get install -y curl unzip && \
36
- apt-get install -y libaio1 && \
+ apt-get install -y unzip libaio1 && \
37
mkdir -p ${DB_CLIENT} && \
38
if [ "$TARGETARCH" = "amd64" ]; then \
39
echo "Building for x86_64"; \
0 commit comments