diff options
author | jaseg <git@jaseg.de> | 2022-06-21 11:02:07 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-21 11:02:07 +0200 |
commit | 3aeea67f373fde8a05cd8a72367a48f1d3a4288d (patch) | |
tree | fd898488f6107191e4ebb51cd6041679099b8667 /podman/arch-testenv | |
parent | 95d0b6049033289900d70bd10397a2b043dc0347 (diff) | |
download | gerbonara-3aeea67f373fde8a05cd8a72367a48f1d3a4288d.tar.gz gerbonara-3aeea67f373fde8a05cd8a72367a48f1d3a4288d.tar.bz2 gerbonara-3aeea67f373fde8a05cd8a72367a48f1d3a4288d.zip |
Add podman local test runner
Diffstat (limited to 'podman/arch-testenv')
-rw-r--r-- | podman/arch-testenv | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/podman/arch-testenv b/podman/arch-testenv new file mode 100644 index 0000000..650438b --- /dev/null +++ b/podman/arch-testenv @@ -0,0 +1,6 @@ + +FROM docker.io/archlinux:latest +MAINTAINER gerbolyze@jaseg.de +RUN pacman --noconfirm -Syu +RUN pacman --noconfirm -Sy git python python-pip base-devel python-numpy python-slugify python-lxml python-click python-pillow librsvg python-scipy python-sphinx python-pytest twine python-beautifulsoup4 gerbv + |