Merge pull request #2272 from PeterDaveHello/patch-1
Remove not needed `apt-get update` in Dockerfile
This commit is contained in:
commit
f32fdaa93a
|
|
@ -7,8 +7,7 @@
|
|||
FROM python:3.12-slim-bullseye as build
|
||||
WORKDIR /sherlock
|
||||
|
||||
RUN apt-get update \
|
||||
pip3 install --no-cache-dir --upgrade pip
|
||||
RUN pip3 install --no-cache-dir --upgrade pip
|
||||
|
||||
FROM python:3.12-slim-bullseye
|
||||
WORKDIR /sherlock
|
||||
|
|
|
|||
Loading…
Reference in New Issue