Skip to content

Commit

Permalink
Merge pull request #3 from whalehub/dev
Browse files Browse the repository at this point in the history
Update Chromium and Go
  • Loading branch information
m1k1o authored Aug 14, 2020
2 parents c35b516 + cc92893 commit 002ecec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .m1k1o/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# STAGE 1: SERVER
#
FROM golang:1.14-buster as server
FROM golang:1.15-buster as server
WORKDIR /src

#
Expand Down
4 changes: 2 additions & 2 deletions .m1k1o/chromium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM m1k1o/neko:base
# install custom chromium build from woolyss with support for hevc/x265
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends libatk1.0-0 libatk-bridge2.0-0 libatomic1 libcups2 libgtk-3-0 libnss3 libpci3 libxcomposite1 libxss1 openbox xz-utils; \
wget -O - /tmp/chromium.tar.xz "https://github.com/macchrome/linchrome/releases/download/v84.0.4147.89-r768962-portable-ungoogled-Lin64/ungoogled-chromium_84.0.4147.89_1.vaapi_linux.tar.xz" | \
wget -O - /tmp/chromium.tar.xz "https://github.com/macchrome/linchrome/releases/download/v84.0.4147.125-r768962-portable-ungoogled-Lin64/ungoogled-chromium_84.0.4147.125_1.vaapi_linux.tar.xz" | \
tar -xJf- -C /usr/lib; \
mv /usr/lib/ungoogled-chromium_84.0.4147.89_1.vaapi_linux /usr/lib/chromium; \
mv /usr/lib/ungoogled-chromium_84.0.4147.125_1.vaapi_linux /usr/lib/chromium; \
#
# make required changes for sandbox mode
mv /usr/lib/chromium/chrome_sandbox /usr/lib/chromium/chrome-sandbox; \
Expand Down

0 comments on commit 002ecec

Please sign in to comment.