Skip to content

Commit f32fdaa

Browse files
authored
Merge pull request #2272 from PeterDaveHello/patch-1
Remove not needed `apt-get update` in Dockerfile
2 parents 1c8e3f8 + a5dda7a commit f32fdaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
FROM python:3.12-slim-bullseye as build
88
WORKDIR /sherlock
99

10-
RUN apt-get update \
11-
pip3 install --no-cache-dir --upgrade pip
10+
RUN pip3 install --no-cache-dir --upgrade pip
1211

1312
FROM python:3.12-slim-bullseye
1413
WORKDIR /sherlock

0 commit comments

Comments
 (0)