Skip to content

Commit 098300d

Browse files
committed
build: add openssh client + sshpass (to support socks5 over ssh)
build: use brave version from brave-version.txt bump brave version to 1.61.104
1 parent 0447911 commit 098300d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-p
1616
libxtst6 xdg-utils libc-bin hicolor-icon-theme python3-pip python3-dev \
1717
fonts-arphic-ukai fonts-arphic-uming fonts-freefont-ttf fonts-gfs-neohellenic fonts-indic fonts-ipafont-mincho fonts-ipafont-gothic fonts-kacst \
1818
fonts-liberation fonts-noto-cjk fonts-noto-color-emoji fonts-roboto fonts-stix fonts-thai-tlwg fonts-ubuntu fonts-unfonts-core fonts-wqy-zenhei \
19-
msttcorefonts libu2f-udev libvulkan1
19+
msttcorefonts libu2f-udev libvulkan1 openssh-client sshpass
2020

2121
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
2222
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \

brave-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.59.120
1+
1.61.104

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
export BROWSER=brave
3-
export BROWSER_VERSION=latest
3+
export BROWSER_VERSION=$(cat ./brave-version.txt)
44
# build just for local platform
55
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} .
66

0 commit comments

Comments
 (0)