diff options
author | Kuklin István Alexander | 2021-04-26 19:23:55 +0200 |
---|---|---|
committer | Kuklin István Alexander | 2021-04-26 19:23:55 +0200 |
commit | d13f6054ff4a5c3c7801f507539a00ae67e4b74d (patch) | |
tree | 370d070cf4a7682cc83443c248d2399d393aa901 /Dockerfile | |
parent | b6104299c7d3b9bbf5f03cb53dfcb1bead1b1df3 (diff) | |
download | packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.tar.gz packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.tar.bz2 packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.zip |
2.1.43
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ | |||
1 | FROM archlinux | 1 | FROM archlinux |
2 | |||
3 | # https://serverfault.com/a/1053273 | ||
4 | # TEMP-FIX for pacman issue | ||
5 | RUN 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 | |||
2 | RUN pacman -Sy --noconfirm sudo fakeroot base-devel | 10 | RUN pacman -Sy --noconfirm sudo fakeroot base-devel |
3 | RUN pacman -S --noconfirm git | 11 | RUN pacman -S --noconfirm git |
4 | RUN pacman -S --noconfirm vim | 12 | RUN pacman -S --noconfirm vim |