summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f2ac91e..9422cfc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,12 @@
1FROM archlinux 1FROM archlinux
2
3# https://serverfault.com/a/1053273
4# TEMP-FIX for pacman issue
5RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
6 && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \
7 && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine."
8# TEMP-FIX for pacman issue
9
2RUN pacman -Sy --noconfirm sudo fakeroot base-devel 10RUN pacman -Sy --noconfirm sudo fakeroot base-devel
3RUN pacman -S --noconfirm git 11RUN pacman -S --noconfirm git
4RUN pacman -S --noconfirm vim 12RUN pacman -S --noconfirm vim