diff options
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ WORKDIR /usr/src/iclean RUN PACKAGES="libreadline-dev make gcc" \ && apt-get update -qq \ && apt-get install -qq $PACKAGES --no-install-recommends \ + && ln -s /opt/clean/lib/clean-platform/OS-Independent /opt/clean/lib/Platform \ && make -B \ # Cleanup && rm -rf \ |