parent
edd1ef6212
commit
45f621f9af
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3.10-slim-bullseye
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
RUN apt-get update && apt-get install libmagic-dev -y
|
RUN apt-get update && apt-get install libmagic-dev curl -y
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue