FTL fix #139: adding symlink for ld-linux.so to armhf lib

This commit is contained in:
diginc 2017-05-29 13:39:54 -05:00
parent 2a5b6de029
commit 294968ae45
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ RUN apt-get update && \
apt-get install -y wget curl net-tools cron && \
curl -L -s $S6OVERLAY_RELEASE \
| tar xvzf - -C / && \
ln /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3 && \
docker-install.sh && \
rm -rf /var/cache/apt/archives /var/lib/apt/lists/*