We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt-get update
1 parent 9e111a3 commit a5dda7aCopy full SHA for a5dda7a
Dockerfile
@@ -7,8 +7,7 @@
7
FROM python:3.12-slim-bullseye as build
8
WORKDIR /sherlock
9
10
-RUN apt-get update \
11
- pip3 install --no-cache-dir --upgrade pip
+RUN pip3 install --no-cache-dir --upgrade pip
12
13
FROM python:3.12-slim-bullseye
14
0 commit comments