Moved LANG into Dockerfile
Improved compatibility with other deployment methods.
This commit is contained in:
parent
c78b2ad9b0
commit
44821648d2
2 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,7 @@ RUN /opt/netbox/venv/bin/pip install \
|
|||
ARG FROM
|
||||
FROM ${FROM} as main
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8
|
||||
RUN . /etc/os-release \
|
||||
&& apt-get update -qq \
|
||||
&& apt-get upgrade \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue