summarylogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorKuklin István Alexander2022-06-19 20:22:20 +0200
committerKuklin István Alexander2022-06-19 20:22:20 +0200
commit445f1780bb7176e1e0daebf510a2f4bdca7ca5ba (patch)
treefa5bf1151237f87a62ba41671062cc972bfdc290 /Dockerfile
parentedaf18ecc5c0e2ad53dfbd0b09334c3513de55df (diff)
downloadaur-445f1780bb7176e1e0daebf510a2f4bdca7ca5ba.tar.gz
2.1.53
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 9422cfca565c..000000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,16 +0,0 @@
-FROM archlinux
-
-# https://serverfault.com/a/1053273
-# TEMP-FIX for pacman issue
-RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
- && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \
- && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine."
-# TEMP-FIX for pacman issue
-
-RUN pacman -Sy --noconfirm sudo fakeroot base-devel
-RUN pacman -S --noconfirm git
-RUN pacman -S --noconfirm vim
-COPY docker.sudoers /etc/sudoers.d/wheel
-RUN useradd user
-RUN usermod -a user -G wheel
-