From 93e70acc93d9d77c1c9a4b6094170b0dc7a3a999 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 11 Jan 2019 08:49:03 +0000 Subject: [PATCH] fix typo in authorized keys url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4425c74..7d3b95e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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