-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDockerfile
47 lines (47 loc) · 1.28 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
FROM docker.pkg.github.com/dock0/amylum_arch/amylum_arch:20200214-243cea1
MAINTAINER akerl <[email protected]>
RUN yes | pacman -Syu --force --needed --nodeps \
curl-amylum \
gmp-amylum \
gnupg-amylum \
gpgme-amylum \
krb5-amylum \
libarchive-amylum \
libassuan-amylum \
libgcrypt-amylum \
libgpg-error-amylum \
libtasn1-amylum \
libunistring-amylum \
musl-amylum \
nettle-amylum \
openssh-amylum \
openssl-amylum \
p11-kit-amylum \
pacman-amylum \
pacman-mirrorlist-amylum \
sqlite-amylum
RUN mv /etc/pacman.conf.pacsave /etc/pacman.conf && \
mv /etc/pacman.d/mirrorlist.pacsave /etc/pacman.d/mirrorlist
RUN cp /usr/bin/xz /usr/local/bin/ && \
cp -a /usr/lib/liblzma* /usr/local/lib && \
echo "/usr/local/lib" > /etc/ld.so.conf.d/local.conf && \
ldconfig && \
yes | pacman -S xz-amylum && \
rm -f /usr/local/bin/xz /usr/local/lib/liblzma* /etc/ld.so.conf.d/local.conf && \
ldconfig
RUN yes | pacman -S --needed \
bash-amylum \
coreutils-amylum \
git-amylum \
gzip-amylum \
iproute2-amylum \
iputils-amylum \
procps-ng-amylum \
shadow-amylum \
tar-amylum \
util-linux-amylum \
which-amylum \
zlib-amylum
RUN pacman -R --noconfirm \
libldap \
e2fsprogs