We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5863c commit c48c051Copy full SHA for c48c051
1 file changed
src/backend/Dockerfile
@@ -11,6 +11,7 @@ RUN cd Python-3.9.23 && \
11
12
RUN apt-get install --only-upgrade ncurses-base
13
RUN apt-get install --only-upgrade ncurses-bin
14
+RUN apt-get update && apt-get install -y libb64-0d && rm -rf /var/lib/apt/lists/*
15
RUN yes|apt-get install --only-upgrade libncursesw6
16
COPY requirements.txt ./
17
0 commit comments