Skip to content
Snippets Groups Projects
Commit 30e72a96 authored by Miroslav Prasil's avatar Miroslav Prasil
Browse files

Symlink missing ld-linux file

parent f5358b13
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment