mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
Merge pull request #2272 from PeterDaveHello/patch-1
Remove not needed `apt-get update` in Dockerfile
This commit is contained in:
commit
f32fdaa93a
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
||||||
FROM python:3.12-slim-bullseye as build
|
FROM python:3.12-slim-bullseye as build
|
||||||
WORKDIR /sherlock
|
WORKDIR /sherlock
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN pip3 install --no-cache-dir --upgrade pip
|
||||||
pip3 install --no-cache-dir --upgrade pip
|
|
||||||
|
|
||||||
FROM python:3.12-slim-bullseye
|
FROM python:3.12-slim-bullseye
|
||||||
WORKDIR /sherlock
|
WORKDIR /sherlock
|
||||||
|
|
Loading…
Add table
Reference in a new issue