Skip to content

Commit c48c051

Browse files
author
Bahvisha
committed
add missing dep
1 parent 1c5863c commit c48c051

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN cd Python-3.9.23 && \
1111

1212
RUN apt-get install --only-upgrade ncurses-base
1313
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/*
1415
RUN yes|apt-get install --only-upgrade libncursesw6
1516
COPY requirements.txt ./
1617

0 commit comments

Comments
 (0)