Skip to content

Commit

Permalink
Upgrade Ubuntu version from 22.04 to 24.04 (#66)
Browse files Browse the repository at this point in the history
* upgrade Ubuntu version from 22.04 to 24.04

* replace `libasound2` with `libasound2t64`
  • Loading branch information
bartekpacia authored May 9, 2024
1 parent a124604 commit 9e83bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL org.opencontainers.image.source=https://github.com/cirruslabs/docker-images-android

Expand All @@ -22,7 +22,7 @@ RUN set -o xtrace \
&& apt-get install -y openjdk-17-jdk \
&& apt-get install -y sudo wget zip unzip git openssh-client curl bc software-properties-common build-essential ruby-full ruby-bundler libstdc++6 libpulse0 libglu1-mesa locales lcov libsqlite3-dev --no-install-recommends \
# for x86 emulators
&& apt-get install -y libxtst6 libnss3-dev libnspr4 libxss1 libasound2 libatk-bridge2.0-0 libgtk-3-0 libgdk-pixbuf2.0-0 \
&& apt-get install -y libxtst6 libnss3-dev libnspr4 libxss1 libasound2t64 libatk-bridge2.0-0 libgtk-3-0 libgdk-pixbuf2.0-0 \
&& rm -rf /var/lib/apt/lists/* \
&& sh -c 'echo "en_US.UTF-8 UTF-8" > /etc/locale.gen' \
&& locale-gen \
Expand Down

0 comments on commit 9e83bc2

Please sign in to comment.