We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50b570 commit 8fc8179Copy full SHA for 8fc8179
.devops/full.Dockerfile
@@ -16,4 +16,6 @@ COPY . .
16
17
RUN make
18
19
+ENV LC_ALL=C.utf8
20
+
21
ENTRYPOINT ["/app/.devops/tools.sh"]
.devops/main.Dockerfile
@@ -15,4 +15,6 @@ FROM ubuntu:$UBUNTU_VERSION as runtime
15
COPY --from=build /app/main /main
ENTRYPOINT [ "/main" ]
0 commit comments