remove curl from dockerfile

accidentally slipped in i assume
This commit is contained in:
Manuel Schmid 2023-07-27 20:35:54 +02:00 committed by GitHub
parent c022cacc3a
commit 252f892182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# instead, update the repo state in a later step
# TODO: either remove if fixed in A1111 (unlikely) or move to the top with other apt stuff
RUN apt-get -y install libgoogle-perftools-dev curl && apt-get clean
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
ENV LD_PRELOAD=libtcmalloc.so
ARG SHA=68f336bd994bed5442ad95bad6b6ad5564a5409a