Skip to content

Commit 5516cc7

Browse files
WhyNotHugomark9064
authored andcommitted
docker: update deprecated syntax
`docker build` warns of deprecated syntax: 1 warning found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 71) Update Dockerfile, removing the deprecated syntax usage.
1 parent ea98db0 commit 5516cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ RUN adduser infinitime
6868
# Configure Git to accept the /sources directory as safe
6969
RUN git config --global --add safe.directory /sources
7070

71-
ENV SOURCES_DIR /sources
71+
ENV SOURCES_DIR=/sources
7272
CMD ["/opt/build.sh"]

0 commit comments

Comments
 (0)