diff --git a/Dockerfile b/Dockerfile index c0546ec..d7e99db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ RUN mkdir -p ~/.ssh/ RUN ssh-keyscan -p 2222 git.autonomic.zone > ~/.ssh/known_hosts -RUN ln -srf /usr/bin/jq ~/.abra/vendor -RUN ln -srf /usr/bin/yq ~/.abra/vendor +RUN ln -sf /usr/bin/jq ~/.abra/vendor +RUN ln -sf /usr/bin/yq ~/.abra/vendor # Note(decentral1se): it is fine to always use the development branch because # our Drone CI docker auto-tagger will publish official release tags and