Skip to content

Commit

Permalink
Run wget quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Apr 16, 2024
1 parent cddc10a commit ffac3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/dbmain-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $IMAGE_SOURCE

USER root

RUN wget -P /tmp https://projects.info.unamur.be/dbmain/files/dbm-1102-linux-amd64-setup.tar.gz && \
RUN wget -P /tmp -q https://projects.info.unamur.be/dbmain/files/dbm-1102-linux-amd64-setup.tar.gz && \
mkdir -p /usr/local/db-main && \
tar -xf /tmp/dbm-1102-linux-amd64-setup.tar.gz -C /usr/local/db-main --strip-components=1

Expand Down

0 comments on commit ffac3cc

Please sign in to comment.