Skip to content

Commit

Permalink
Merge pull request #551 from UIUCLibrary/fix-jenkins
Browse files Browse the repository at this point in the history
ci:bring back required dockerfiles for testing on linux
  • Loading branch information
henryborchers authored Nov 4, 2024
2 parents 88d6ef8 + 1b1d1f5 commit 1e45556
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 1e45556

Please sign in to comment.