Skip to content

Commit

Permalink
Merge pull request #6 from sitkoru/SonicGD-patch-1
Browse files Browse the repository at this point in the history
add libxss1
  • Loading branch information
SonicGD authored Oct 2, 2020
2 parents 33e630d + ae26274 commit 84dd768
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 @@ -26,5 +26,5 @@ RUN apt-get update \
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" \
&& add-apt-repository "deb [arch=amd64] http://dl.google.com/linux/chrome/deb stable main" \
&& apt-get update \
&& apt-get install -y --no-install-recommends docker-ce-cli `apt-cache depends google-chrome-stable | awk '/Depends:/{print$2}'` \
&& apt-get install -y --no-install-recommends docker-ce-cli `apt-cache depends google-chrome-stable | awk '/Depends:/{print$2}'` libxss1 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 84dd768

Please sign in to comment.