Commit 379051da authored by nanahira's avatar nanahira

remove glibc in 32

parent fb3508e6
Pipeline #3435 failed with stages
in 7 minutes and 17 seconds
......@@ -5,7 +5,7 @@ RUN set -x \
&& groupadd --gid 101 --system nginx \
&& useradd --uid 101 --gid nginx --system --create-home --home-dir /var/cache/nginx --shell /sbin/nologin nginx \
&& echo "nginx ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nginx \
&& pacman --noconfirm -Sy glibc lib32-glibc git \
&& pacman --noconfirm -Sy glibc git \
&& mkdir -m 777 /aur \
&& su nginx -s /bin/sh -c " \
cd /aur \
......
......@@ -5,7 +5,7 @@ RUN set -x \
&& groupadd --gid 101 --system nginx \
&& useradd --uid 101 --gid nginx --system --create-home --home-dir /var/cache/nginx --shell /sbin/nologin nginx \
&& echo "nginx ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nginx \
&& pacman --noconfirm -Sy glibc lib32-glibc git \
&& pacman --noconfirm -Sy glibc git \
&& mkdir -m 777 /aur \
&& su nginx -s /bin/sh -c " \
cd /aur \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment