diff --git a/build/chrome/Dockerfile b/build/chrome/Dockerfile index df9a5507..6d0c7e03 100644 --- a/build/chrome/Dockerfile +++ b/build/chrome/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN mkdir /chrome-installer COPY output/arm64 /chrome-installer/arm64 diff --git a/build/chrome/install-chrome b/build/chrome/install-chrome index 55e4014b..59d1e896 100755 --- a/build/chrome/install-chrome +++ b/build/chrome/install-chrome @@ -6,7 +6,7 @@ then apt-get update apt-get install -y \ ca-certificates \ - libasound2 \ + libasound2t64 \ libatk-bridge2.0-0 \ libatk1.0-0 \ libc6 \