Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apk add build-base linux-headers \
autoconf automake libtool make \
openssl openssl-dev python3-dev\
git docker \
gmp gmp-dev \
make musl-dev # go

# Unit testing prereqs
Expand Down
1 change: 1 addition & 0 deletions ubuntu-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \
gcc \
g++ \
git \
libgmp-dev \
libtool \
libssl-dev \
libunwind-dev \
Expand Down
1 change: 1 addition & 0 deletions ubuntu-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Europe/Zurich && \
gcc-mingw-w64 \
g++ \
git \
libgmp-dev \
libtool \
libssl-dev \
libunwind-dev \
Expand Down