Update Dockerfile.base
This commit is contained in:
parent
6995afed16
commit
ac6fbd1b82
@ -1,12 +1,13 @@
|
|||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
WORKDIR /app
|
|
||||||
COPY install_dependencies.sh .
|
|
||||||
RUN bash install_dependencies.sh
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
wget \
|
||||||
libtiff6 \
|
libtiff6 \
|
||||||
libopenjp2-7 \
|
libopenjp2-7 \
|
||||||
libxcb1 \
|
libxcb1 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY install_dependencies.sh .
|
||||||
|
RUN bash install_dependencies.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user