Skip to content

Commit e74aac6

Browse files
authored
Update drogon.dockerfile silent
1 parent d46c4e0 commit e74aac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/C++/drogon/drogon.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV TEST_PATH=/drogon_benchmark/build
3333
WORKDIR $IROOT
3434

3535
RUN sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
36-
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc --quiet | sudo apt-key add -
36+
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
3737
RUN sudo apt -y update > /dev/null
3838
RUN sudo apt -y install postgresql-server-dev-all > /dev/null
3939

0 commit comments

Comments
 (0)