Skip to content

Commit a038694

Browse files
committed
apt-get install quiet
1 parent d5f1ebc commit a038694

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++ gcc-multilib git libzstd1 libzstd-dev python3-pytest sudo zlib1g zlib1g-dev
6+
RUN apt-get install -qq cmake curl g++ gcc-multilib git libzstd1 libzstd-dev python3-pytest 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)