Skip to content

Commit 69278f1

Browse files
authored
Fix legacy Dockerfile warnings (#888)
* rm legacy format * rm legacy format 2
1 parent 182bd3f commit 69278f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/ci/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ARG OS_CODE_NAME
1212
ARG OS_NAME
1313
ARG OS_VERSION
1414

15-
ENV HOME /home/postgres
15+
ENV HOME=/home/postgres
1616

1717
# Docker fails to set LOGNAME :(
18-
ENV LOGNAME root
19-
ENV CARGO_HOME /usr/local/cargo
20-
ENV RUSTUP_HOME /usr/local/rustup
21-
ENV PATH "${CARGO_HOME}/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin"
18+
ENV LOGNAME=root
19+
ENV CARGO_HOME=/usr/local/cargo
20+
ENV RUSTUP_HOME=/usr/local/rustup
21+
ENV PATH="${CARGO_HOME}/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin"
2222

2323
COPY docker/ci/setup.sh /
2424
COPY tools/dependencies.sh /

0 commit comments

Comments
 (0)