1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

BRE-925/switch-web-to-alpine (#15270)

* update dockerfile and entrypoint script

* update entrypoint to sh

* add icu-libs to web container to fix startup errors

* remaining change needed for icu-libs

* pin alpine and update apk add commands
This commit is contained in:
aj-bw
2025-07-28 10:58:30 -04:00
committed by GitHub
parent f4254ba920
commit 79a71c71e3
3 changed files with 19 additions and 22 deletions

View File

@@ -280,7 +280,7 @@ jobs:
IMAGE_NAME: ${{ steps.image-name.outputs.name }}
run: |
mkdir build
docker run --rm --volume $(pwd)/build:/temp --entrypoint bash \
docker run --rm --volume $(pwd)/build:/temp --entrypoint sh \
$IMAGE_NAME -c "cp -r ./ /temp"
zip -r web-${{ env._VERSION }}-${{ matrix.artifact_name }}.zip build