Skip to content

Commit

Permalink
Add missing deps from old unit test image
Browse files Browse the repository at this point in the history
Previously unit tests had a dedicated Dockerfile. To get things
working faster we add the deps to the builder image.

b/372303096
  • Loading branch information
oxve committed Dec 17, 2024
1 parent c4d0f2f commit 2e09277
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cobalt/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@ RUN apt-get update && apt-get install -y \
xauth \
xvfb \
jq \
libatomic1 \
libavcodec-dev \
libavformat-dev \
libgles2-mesa \
libegl1-mesa \
libgl1-mesa-dri-dbgsym \
libx11-6 \
libxi-dev \
libxrender1 \
procps \
libasound2-dbgsym \
libegl1-dbgsym \
libglapi-mesa-dbgsym \
libgles2-dbgsym \
libglx-mesa0-dbgsym \
libglx0-dbgsym \
&& rm -rf /var/lib/apt/lists/*

ADD files/sccache /usr/local/bin
Expand Down

0 comments on commit 2e09277

Please sign in to comment.