From 252f89218247d1047eb864cb3813910806349888 Mon Sep 17 00:00:00 2001 From: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> Date: Thu, 27 Jul 2023 20:35:54 +0200 Subject: [PATCH] remove curl from dockerfile accidentally slipped in i assume --- services/AUTOMATIC1111/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index d36e3ba..abca84f 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -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