File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2121RUN 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 \
Original file line number Diff line number Diff line change 1- 1.59.120
1+ 1.61.104
Original file line number Diff line number Diff line change 11#! /bin/bash
22export BROWSER=brave
3- export BROWSER_VERSION=latest
3+ export BROWSER_VERSION=$( cat ./brave-version.txt )
44# build just for local platform
55docker 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
You can’t perform that action at this time.
0 commit comments