Skip to content

Commit 1270b81

Browse files
whabanksjzbahrai
andauthored
Remove libexecinfo-dev dependency (#2436)
Co-authored-by: Jumana B <[email protected]>
1 parent 2253857 commit 1270b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-perf/ops/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV POETRY_VERSION="1.7.1"
88
ENV POETRY_VIRTUALENVS_CREATE="false"
99
ENV PATH="${APP_VENV}/bin:${POETRY_HOME}/bin:$PATH"
1010

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/*
11+
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/*
1212

1313
RUN set -ex && mkdir /app
1414
WORKDIR /app

0 commit comments

Comments
 (0)