Browse Source

Fix warning in Dockerfile.

v2
Christoph Scholtes 2 months ago
parent
commit
3d12823e19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,5 +1,5 @@
FROM ubuntu:24.04
ENV LANG C.UTF-8
ENV LANG=C.UTF-8

ARG JOBS
ARG MACOS_SDK_VERSION


Loading…
Cancel
Save