Skip to content

Commit

Permalink
ci:bring back required dockerfiles for testing on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 4, 2024
1 parent 88d6ef8 commit 1b1d1f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ci/docker/python/linux/jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM python:latest
RUN --mount=type=cache,target=/var/cache/apt \
rm -f /etc/apt/apt.conf.d/docker-clean && \
apt-get update && \
apt-get install -yqq --no-install-recommends \
libdbus-1-3 \
libegl1 \
libgl1-mesa-glx \
libxkbcommon-x11-0 \
&& \
rm -rf /var/lib/apt/lists/*

0 comments on commit 1b1d1f5

Please sign in to comment.