Skip to content

Commit 769411e

Browse files
Use double quotes
1 parent 5a7846c commit 769411e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/docker/Dockerfile_centos_7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN dnf install -y \
6767
# Install GCC 9.3.0
6868
####
6969
# hadolint ignore=DL3003
70-
RUN mkdir -p /tmp/gcc /opt/gcc ${HOME}/.gcc \
70+
RUN mkdir -p /tmp/gcc /opt/gcc "${HOME}/.gcc" \
7171
&& curl -L -s -S https://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.gz -o /tmp/gcc/gcc-9.3.0.tar.gz \
7272
&& tar xzf /tmp/gcc/gcc-9.3.0.tar.gz --strip-components 1 -C /opt/gcc \
7373
&& cd /opt/gcc || exit \

0 commit comments

Comments
 (0)