Fixed create local bin directory
This commit is contained in:
parent
3cbc7d444e
commit
6f23076d64
@ -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)"; \
|
||||
|
Loading…
Reference in New Issue
Block a user