Fixed create local bin directory

This commit is contained in:
Sambo Chea 2021-07-14 14:52:42 +07:00
parent 3cbc7d444e
commit 6f23076d64

View File

@ -12,6 +12,8 @@ RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
ENV DOCKER_VERSION 20.10.7
RUN mkdir -p /usr/local/bin
RUN set -eux; \
\
apkArch="$(apk --print-arch)"; \