Skip to content

Commit

Permalink
removed invalid -qq
Browse files Browse the repository at this point in the history
  • Loading branch information
sMeilbeck committed May 16, 2024
1 parent 80033f4 commit 1bbd783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get -q update && apt-get install -qq -y wget bzip2 libxtst6 libgtk-3-0 l

# install edge
RUN curl -q https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
RUN install -qq -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
RUN install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
RUN sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
RUN rm microsoft.gpg
RUN apt update && yes | apt install microsoft-edge-stable
Expand Down

0 comments on commit 1bbd783

Please sign in to comment.