We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60fdaa + e3cf4be commit 7ce9800Copy full SHA for 7ce9800
docker/server.dockerfile
@@ -25,6 +25,7 @@ RUN apt-get update && \
25
dirmngr gnupg \
26
curl \
27
gcc \
28
+ pkg-config \
29
libmariadbclient-dev-compat && \
30
apt-get purge && \
31
apt-get clean && \
@@ -36,10 +37,10 @@ RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
36
37
dpkg-reconfigure --frontend=noninteractive locales && \
38
update-locale LANG=en_US.UTF-8
39
-ENV LANG en_US.UTF-8
40
-ENV LANGUAGE en_US:en
41
-ENV LC_ALL en_US.UTF-8
42
-ENV LANG C.UTF-8
+ENV LANG=en_US.UTF-8
+ENV LANGUAGE=en_US:en
+ENV LC_ALL=en_US.UTF-8
43
+ENV LANG=C.UTF-8
44
45
# Install SortingHat and dependencies
46
#
0 commit comments