From d573c1575825de8c47aaeca89db54226ff702924 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 26 Sep 2018 23:54:55 -0700 Subject: Use 'chmod a-x' instead of 'chmod -x' There is a subtle difference when executable bit is a part of the umask. And at least some versions (Debian/stretch) fail if the resulting mode would've been different if not for the umask setting. Fixes #998. Although, with such chmods/umasks it is likely that some package installation will break anyway. But I'll leave it until somebody complains. Signed-off-by: Alexey Neyman --- testing/docker/archlinux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/docker/archlinux') diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile index 4c90925a..2ad9d648 100644 --- a/testing/docker/archlinux/Dockerfile +++ b/testing/docker/archlinux/Dockerfile @@ -1,3 +1,3 @@ -FROM hoverbear/archlinux +FROM base/archlinux:latest RUN pacman -Syu --noconfirm RUN pacman -S --noconfirm base-devel git help2man python unzip -- cgit v1.2.3