diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-10-25 13:30:57 +0200 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-10-25 13:30:57 +0200 |
| commit | fb0ee1686908566b481589e5615276cfcf7ec2cf (patch) | |
| tree | dc1d40ef63f0fe53d82669b13b9f056df190332f | |
| parent | b96d3f8e84731af8c339f8860a5b4f3c3c558975 (diff) | |
| download | mullvadvpn-build-pacman-releases.tar.xz mullvadvpn-build-pacman-releases.zip | |
cursed horrorbuild-pacman-releases
| -rwxr-xr-x | building/container-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building/container-run.sh b/building/container-run.sh index 491d6f45c7..398bc266ba 100755 --- a/building/container-run.sh +++ b/building/container-run.sh @@ -59,4 +59,4 @@ exec "$CONTAINER_RUNNER" run --rm -it \ -v "$CARGO_REGISTRY_VOLUME_NAME:/root/.cargo/registry:Z" \ "${optional_gradle_cache_volume[@]}" \ "${optional_android_credentials_volume[@]}" \ - "$container_image_name" bash -c "apt-get update -y && apt-get install -y libarchive-tools && $optional_mold $*" + "$container_image_name" bash -c "apt-get update -y &> /dev/null && apt-get install -y libarchive-tools &> /dev/null && $optional_mold $*" |
