Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Oct 8, 2022
1 parent 9f350d4 commit adf62ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
&& apt-get update -qqy \
&& apt-get -qqy install google-chrome-stable \
&& rm /etc/apt/sources.list.d/google-chrome.list \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get remove wget \
&& apt-get remove gnupg \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean

COPY nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit adf62ca

Please sign in to comment.