Skip to content

Commit 02358b5

Browse files
committed
Add gettext package installation to Dockerfile
1 parent 0eb577a commit 02358b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ COPY $NGINX_CONF /etc/nginx/nginx.conf.template
1212
COPY health-monitor.sh /usr/local/bin/health-monitor.sh
1313

1414
RUN mkdir -p /var/cache/nginx/owlery && chown -R nginx:nginx /var/cache/nginx && \
15-
chmod +x /usr/local/bin/health-monitor.sh
15+
chmod +x /usr/local/bin/health-monitor.sh && \
16+
apk add --no-cache gettext
1617

1718
EXPOSE 80 8080
1819

0 commit comments

Comments
 (0)