Skip to content

Commit

Permalink
修复中英文切换bug
Browse files Browse the repository at this point in the history
django国际化时,由于容器内少安装了gettext导致无法正常进行切换,需要增加gettext包
  • Loading branch information
hack2012 authored Jun 27, 2019
1 parent 6c30aea commit d093c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN set -x \
&& apk add bash \
&& apk add tzdata \
&& apk add gcc \
&& apk add gettext \
&& apk add libc-dev \
&& apk add linux-headers \
&& apk add nginx \
Expand Down

0 comments on commit d093c06

Please sign in to comment.