Fixed symlink

This commit is contained in:
Jon Ervine 2021-03-03 16:48:19 +08:00
parent f904d25def
commit 360a1c5ab5

View File

@ -52,7 +52,6 @@ ENV HOME=/home/runner
ADD utils/entrypoint.sh /bin/entrypoint
RUN chmod +x /bin/entrypoint && \
rmdir /bin && \
ln -s /usr/bin /bin
#ENTRYPOINT ["entrypoint"]