Commit fb3508e6 authored by nanahira's avatar nanahira

fix glibc thing

parent 1bb203d8
Pipeline #3434 canceled with stages
in 47 seconds
...@@ -5,7 +5,7 @@ RUN set -x \ ...@@ -5,7 +5,7 @@ RUN set -x \
&& groupadd --gid 101 --system nginx \ && groupadd --gid 101 --system nginx \
&& useradd --uid 101 --gid nginx --system --create-home --home-dir /var/cache/nginx --shell /sbin/nologin 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 \ && echo "nginx ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nginx \
&& pacman --noconfirm -Sy git \ && pacman --noconfirm -Sy glibc lib32-glibc git \
&& mkdir -m 777 /aur \ && mkdir -m 777 /aur \
&& su nginx -s /bin/sh -c " \ && su nginx -s /bin/sh -c " \
cd /aur \ cd /aur \
......
...@@ -5,7 +5,7 @@ RUN set -x \ ...@@ -5,7 +5,7 @@ RUN set -x \
&& groupadd --gid 101 --system nginx \ && groupadd --gid 101 --system nginx \
&& useradd --uid 101 --gid nginx --system --create-home --home-dir /var/cache/nginx --shell /sbin/nologin 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 \ && echo "nginx ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nginx \
&& pacman --noconfirm -Sy git \ && pacman --noconfirm -Sy glibc lib32-glibc git \
&& mkdir -m 777 /aur \ && mkdir -m 777 /aur \
&& su nginx -s /bin/sh -c " \ && su nginx -s /bin/sh -c " \
cd /aur \ 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