mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
docker: fix invalid language for CMake's FetchContent
This commit is contained in:
parent
f3135dafc4
commit
7d61db9eb7
8 changed files with 24 additions and 0 deletions
|
@ -100,6 +100,9 @@ RUN --security=insecure \
|
|||
bash deps.sh && \
|
||||
ldconfig.orig /usr/local/lib /usr/lib
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
FROM dev AS builder
|
||||
|
||||
COPY . /villas/
|
||||
|
|
|
@ -91,6 +91,9 @@ EXPOSE 443
|
|||
|
||||
WORKDIR /villas
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
FROM dev AS app
|
||||
|
||||
COPY . /villas/
|
||||
|
|
|
@ -84,6 +84,9 @@ EXPOSE 443
|
|||
|
||||
WORKDIR /villas
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
FROM dev AS app
|
||||
|
||||
COPY . /villas/
|
||||
|
|
|
@ -114,6 +114,9 @@ EXPOSE 443
|
|||
|
||||
WORKDIR /villas
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
FROM dev AS builder
|
||||
|
||||
COPY . /villas/
|
||||
|
|
|
@ -102,6 +102,9 @@ RUN ln -s /usr/lib64/tc /usr/lib/tc
|
|||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
WORKDIR /villas
|
||||
|
||||
FROM dev AS app
|
||||
|
|
|
@ -41,6 +41,9 @@ RUN dnf -y install \
|
|||
fmt-devel \
|
||||
libwebsockets-devel
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
FROM dev AS builder
|
||||
|
||||
COPY . /villas/
|
||||
|
|
|
@ -84,6 +84,9 @@ EXPOSE 443
|
|||
|
||||
WORKDIR /villas
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
FROM dev AS app
|
||||
|
||||
COPY . /villas/
|
||||
|
|
|
@ -86,6 +86,9 @@ EXPOSE 443
|
|||
|
||||
WORKDIR /villas
|
||||
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
FROM dev AS app
|
||||
|
||||
COPY . /villas/
|
||||
|
|
Loading…
Add table
Reference in a new issue