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 2253857 commit 1270b81Copy full SHA for 1270b81
tests-perf/ops/Dockerfile
@@ -8,7 +8,7 @@ ENV POETRY_VERSION="1.7.1"
8
ENV POETRY_VIRTUALENVS_CREATE="false"
9
ENV PATH="${APP_VENV}/bin:${POETRY_HOME}/bin:$PATH"
10
11
-RUN apk add --no-cache bash build-base git libtool cmake autoconf automake gcc musl-dev postgresql-dev g++ libexecinfo-dev make libffi-dev libmagic libcurl curl-dev rust cargo && rm -rf /var/cache/apk/*
+RUN apk add --no-cache bash build-base git libtool cmake autoconf automake gcc musl-dev postgresql-dev g++ make libffi-dev libmagic libcurl curl-dev rust cargo && rm -rf /var/cache/apk/*
12
13
RUN set -ex && mkdir /app
14
WORKDIR /app
0 commit comments