summarylogtreecommitdiffstats
path: root/Dockerfile.build_and_test
diff options
context:
space:
mode:
authorJan Kohnert2021-01-30 16:22:33 +0100
committerJan Kohnert2021-02-14 14:13:11 +0100
commita6ab9d751062871a173a4e09380c5ada14aec273 (patch)
treedf12cc756891636baa85378c385c677a04de9b3b /Dockerfile.build_and_test
parent6cf061c8a706b2345df2f834ff2fec2c4007780e (diff)
downloadaur-a6ab9d751062871a173a4e09380c5ada14aec273.tar.gz
Added CI/CD, fixed dependencies.
Diffstat (limited to 'Dockerfile.build_and_test')
-rw-r--r--Dockerfile.build_and_test9
1 files changed, 9 insertions, 0 deletions
diff --git a/Dockerfile.build_and_test b/Dockerfile.build_and_test
new file mode 100644
index 000000000000..6ac1cfc93b00
--- /dev/null
+++ b/Dockerfile.build_and_test
@@ -0,0 +1,9 @@
+ARG REGISTRY
+
+FROM "$REGISTRY/common/gitlab-helper/archlinux-yay:master"
+
+RUN (\
+ yay -Syuq --noconfirm --needed openjpeg libpng netcdf \
+ && yes | yay -Scc --noconfirm \
+ && sudo rm -rf /var/cache/pacman/pkg/* \
+)