add url-parser and wait-for
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
81735ff2c5
commit
2256d44980
@ -12,9 +12,13 @@ RUN addgroup -g 101 -S nginx && \
|
|||||||
rm -rf /var/www/localhost && \
|
rm -rf /var/www/localhost && \
|
||||||
rm -rf /etc/nginx/conf.d && \
|
rm -rf /etc/nginx/conf.d && \
|
||||||
curl -SsL -o /usr/local/bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v3.5.0/gomplate_linux-amd64-slim && \
|
curl -SsL -o /usr/local/bin/gomplate https://github.com/hairyhenderson/gomplate/releases/download/v3.5.0/gomplate_linux-amd64-slim && \
|
||||||
chmod 755 /usr/local/bin/gomplate && \
|
|
||||||
curl -SsL -o /usr/local/bin/supercronic https://github.com/aptible/supercronic/releases/download/v0.1.9/supercronic-linux-amd64 && \
|
curl -SsL -o /usr/local/bin/supercronic https://github.com/aptible/supercronic/releases/download/v0.1.9/supercronic-linux-amd64 && \
|
||||||
|
curl -SsL -o /usr/local/bin/url-parser https://github.com/xoxys/url-parser/releases/download/v0.1.0/url-parser-0.1.0-linux-amd64 && \
|
||||||
|
curl -SsL -o /usr/local/bin/wait-for https://raw.githubusercontent.com/xoxys/wait-for/master/wait-for && \
|
||||||
|
chmod 755 /usr/local/bin/gomplate && \
|
||||||
chmod 755 /usr/local/bin/supercronic && \
|
chmod 755 /usr/local/bin/supercronic && \
|
||||||
|
chmod 755 /usr/local/bin/url-parser && \
|
||||||
|
chmod 755 /usr/local/bin/wait-for && \
|
||||||
touch /run/nginx.pid && \
|
touch /run/nginx.pid && \
|
||||||
chown nginx /run/nginx.pid && \
|
chown nginx /run/nginx.pid && \
|
||||||
chown -R nginx /var/log/nginx && \
|
chown -R nginx /var/log/nginx && \
|
||||||
|
Loading…
Reference in New Issue
Block a user