Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneesh Relan committed Jul 28, 2021
1 parent 40307d3 commit 3b1459d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ FROM nginx:1.19.6-alpine

COPY --from=builder /usr/local/nginx/modules/ngx_nchan_module.so /usr/local/nginx/modules/ngx_nchan_module.so

RUN rm -f /etc/nginx/conf.d/default.conf
RUN apk add --update \
apache2-utils \
bash \
apk-tools \
busybox \
curl \
libcurl \
libcrypto1.1 \
libssl1.1 \
libjpeg-turbo \
&& rm -f /etc/nginx/conf.d/default.conf \
&& rm -rf /var/cache/apk/*

COPY nginx.conf /etc/nginx/

0 comments on commit 3b1459d

Please sign in to comment.