fix dockerfile executable permissions
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing

This commit is contained in:
Simon Marsh 2023-09-25 11:25:58 +01:00
parent 6b4f139e7f
commit 7b72a21517
Signed by: burble
GPG Key ID: E9B4156C1659C079

View File

@ -6,7 +6,8 @@ VOLUME /registry
###########################################################################
ADD whois /usr/local/bin/whois42d
ADD whois42d /usr/local/bin/whois42d
RUN chmod 0555 /usr/local/bin/whois42d
###########################################################################