fix: Redis+Flask installation
This commit is contained in:
parent
b277abe8dc
commit
becf671097
@ -10,7 +10,8 @@ RUN apt update && apt install -y --no-install-recommends \
|
||||
ca-certificates bash git openssh-client python3 python3-venv python3-pip \
|
||||
build-essential libfuse3-dev libcurl4-openssl-dev libxml2-dev \
|
||||
pkg-config automake autoconf libtool s3fs \
|
||||
jq curl graphviz ghostscript fonts-dejavu && \
|
||||
jq curl graphviz ghostscript fonts-dejavu \
|
||||
python3-flask python3-requests python3-redis && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Create a virtual environment and activate it
|
||||
|
Loading…
x
Reference in New Issue
Block a user