|
@@ -3,12 +3,11 @@ MAINTAINER Jason Wilder mail@jasonwilder.com
|
|
|
|
|
|
# Install wget and install/updates certificates
|
|
# Install wget and install/updates certificates
|
|
RUN apk add --no-cache --virtual .run-deps \
|
|
RUN apk add --no-cache --virtual .run-deps \
|
|
- ca-certificates bash wget \
|
|
|
|
|
|
+ ca-certificates bash wget openssl \
|
|
&& update-ca-certificates
|
|
&& update-ca-certificates
|
|
|
|
|
|
# Configure Nginx and apply fix for very long server names
|
|
# Configure Nginx and apply fix for very long server names
|
|
-RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
|
|
|
|
- && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf
|
|
|
|
|
|
+RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
|
|
|
|
|
# Install Forego
|
|
# Install Forego
|
|
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
|
|
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
|