Skip to content

Commit

Permalink
did sqlite break it
Browse files Browse the repository at this point in the history
  • Loading branch information
djohts authored Feb 4, 2024
1 parent 51897e6 commit 7cd882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt update && \
useradd -d /home/container -m container

# additional dependencies for python
RUN apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev
RUN apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev

RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
Expand Down

0 comments on commit 7cd882d

Please sign in to comment.