Skip to content

Commit

Permalink
remove sudo, no need
Browse files Browse the repository at this point in the history
  • Loading branch information
gp187 committed Jul 19, 2021
1 parent 3d75865 commit bca740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && \
# OLDER
RUN apt-get update \
&& apt-get install -y wget gnupg ca-certificates \
&& wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add - \
&& wget -O - https://openresty.org/package/pubkey.gpg | apt-key add - \
&& sh -c 'echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" >> /etc/apt/sources.list.d/openresty.list' \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
Expand Down

0 comments on commit bca740f

Please sign in to comment.