Updated against namechange

This commit is contained in:
Leopere 2018-10-15 03:15:35 -04:00
parent 57d73e6663
commit 548fa6d8af
No known key found for this signature in database
GPG key ID: 64476C903E477CCB

View file

@ -19,7 +19,7 @@ RUN wget -quiet -O /usr/bin/debugpaste https://github.com/nixc-us/debugpaste-it/
chmod +x /usr/bin/debugpaste
## Install container support files
RUN curl -s https://raw.githubusercontent.com/chamunks/docker-support/master/install | /bin/sh
RUN curl -s https://raw.githubusercontent.com/leopere/docker-support/master/install | /bin/sh
ADD docker-entrypoint.sh /usr/local/bin/docker-entrypoint
ADD healthcheck.sh /usr/local/bin/healthcheck
ADD debugpaste-it.sh /usr/local/bin/debugpaste-it