Skip to content

Commit e540284

Browse files
committed
removed duplicate
1 parent d0b5484 commit e540284

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ FROM python:3.12-slim
2323

2424
WORKDIR /app
2525

26-
RUN apt-get update \
27-
&& apt-get install -y --no-install-recommends \
28-
curl \
29-
gnupg \
30-
lsb-release \
31-
unzip \
32-
&& rm -rf /var/lib/apt/lists/*
33-
3426
RUN apt-get update \
3527
&& apt-get install -y --no-install-recommends \
3628
curl \

0 commit comments

Comments
 (0)