fix typo in authorized keys url
This commit is contained in:
parent
b45b04fe6e
commit
93e70acc93
|
@ -1,7 +1,7 @@
|
||||||
# v0.11 -> ubuntu 18.04 bionic
|
# v0.11 -> ubuntu 18.04 bionic
|
||||||
FROM phusion/baseimage:0.11
|
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
|
ADD ./01ubuntu.sh /tmp/01ubuntu.sh
|
||||||
RUN bash /tmp/01ubuntu.sh && rm /tmp/01ubuntu.sh
|
RUN bash /tmp/01ubuntu.sh && rm /tmp/01ubuntu.sh
|
||||||
|
|
Loading…
Reference in New Issue