diff options
Diffstat (limited to 'Dockerfile.armv6')
-rw-r--r-- | Dockerfile.armv6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.armv6 b/Dockerfile.armv6 index 48508387..66840b48 100644 --- a/Dockerfile.armv6 +++ b/Dockerfile.armv6 @@ -73,6 +73,7 @@ RUN apt-get update && apt-get install -y\ openssl\ ca-certificates\ --no-install-recommends\ + && ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3\ && rm -rf /var/lib/apt/lists/* RUN mkdir /data |