Skip to content

Commit

Permalink
ci: fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Dec 17, 2024
1 parent 230f881 commit 88ae3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y wget python3-pip
build-essential gdb lcov pkg-config \
libbz2-dev libffi-dev libgdbm-dev libgdbm-compat-dev liblzma-dev \
libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
lzma lzma-dev tk-dev uuid-dev zlib1g-dev terminfo && \
lzma lzma-dev tk-dev uuid-dev zlib1g-dev ncurses-bin && \
rm -rf /var/lib/apt/lists/*

# install openssl to make python happy
Expand Down

0 comments on commit 88ae3e9

Please sign in to comment.