Skip to content

Commit

Permalink
fix typo on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 21, 2021
1 parent e57055a commit 77b4fe9
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 @@ -12,7 +12,7 @@ libxrandr2 libxrender1 libxss1 libxtst6 python3 \
libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev \
ca-certificates fonts-liberation libappindicator1 \
libnss3 lsb-release xdg-utils wget \
ffmpeg libwebp --yes --fix-missing --no-install-recommends\
ffmpeg libwebp-dev --yes --fix-missing --no-install-recommends\
&& wget --no-check-certificate https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
&& dpkg -i google-chrome-stable_current_amd64.deb || apt -y -f install \
&& rm google-chrome-stable_current_amd64.deb \
Expand Down

0 comments on commit 77b4fe9

Please sign in to comment.