Skip to content

Commit

Permalink
ci: simplify jenkins Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 23, 2024
1 parent 9a2748c commit 9eff430
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/docker/python/linux/jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM python
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 \
libgl1-mesa-glx && \
libgl1-mesa-glx \
libegl1 \
&& \
rm -rf /var/lib/apt/lists/*

0 comments on commit 9eff430

Please sign in to comment.