Skip to content

Commit

Permalink
build: add openssh client + sshpass (to support socks5 over ssh)
Browse files Browse the repository at this point in the history
build: use brave version from brave-version.txt
bump brave version to 1.61.104
  • Loading branch information
ikreymer committed Dec 13, 2023
1 parent 0447911 commit 098300d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-p
libxtst6 xdg-utils libc-bin hicolor-icon-theme python3-pip python3-dev \
fonts-arphic-ukai fonts-arphic-uming fonts-freefont-ttf fonts-gfs-neohellenic fonts-indic fonts-ipafont-mincho fonts-ipafont-gothic fonts-kacst \
fonts-liberation fonts-noto-cjk fonts-noto-color-emoji fonts-roboto fonts-stix fonts-thai-tlwg fonts-ubuntu fonts-unfonts-core fonts-wqy-zenhei \
msttcorefonts libu2f-udev libvulkan1
msttcorefonts libu2f-udev libvulkan1 openssh-client sshpass

RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
Expand Down
2 changes: 1 addition & 1 deletion brave-version.txt
@@ -1 +1 @@
1.59.120
1.61.104
2 changes: 1 addition & 1 deletion build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
export BROWSER=brave
export BROWSER_VERSION=latest
export BROWSER_VERSION=$(cat ./brave-version.txt)
# build just for local platform
docker buildx build --target=$BROWSER --build-arg BROWSER=$BROWSER --build-arg BROWSER_VERSION=$BROWSER_VERSION --progress plain --load -t webrecorder/browsertrix-browser-base:${BROWSER}-${BROWSER_VERSION} .

0 comments on commit 098300d

Please sign in to comment.