Skip to content

Commit b487c4f

Browse files
committed
add gcc-multilib package to docker which contains headers used for compiling variations of the program
1 parent 6919e7e commit b487c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG SOLANA_VERSION
33
FROM solanalabs/solana:v${SOLANA_VERSION}
44

55
RUN apt-get update
6-
RUN apt-get install -y cmake curl g++ git libzstd1 libzstd-dev sudo zlib1g zlib1g-dev
6+
RUN apt-get install -y cmake curl g++ gcc-multilib git libzstd1 libzstd-dev sudo zlib1g zlib1g-dev
77

88
# Grant sudo access to pyth user
99
RUN echo "pyth ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

0 commit comments

Comments
 (0)