fix typo in authorized keys url

This commit is contained in:
Jeffrey Paul 2019-01-11 08:49:03 +00:00
parent b45b04fe6e
commit 93e70acc93
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# v0.11 -> ubuntu 18.04 bionic
FROM phusion/baseimage:0.11
ARG AUTHORIZED_KEYS_URL=https://sneak.cloud/authorized/keys
ARG AUTHORIZED_KEYS_URL=https://sneak.cloud/authorized_keys
ADD ./01ubuntu.sh /tmp/01ubuntu.sh
RUN bash /tmp/01ubuntu.sh && rm /tmp/01ubuntu.sh