From 389ad9d049eb2c756efbd17ce319b41783c4bf5c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 5 Jun 2021 08:41:14 +0200 Subject: [PATCH] Drop non-existant flag --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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