Skip to content

Commit 60236f4

Browse files
committed
Minor optimization of builder image
1 parent 4d0a772 commit 60236f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder-image/src/main/resources/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN ln -snf "/usr/share/zoneinfo/${TZ}" /etc/localtime && \
1414
ADD ["cmake.tar.gz", "/opt"]
1515
ADD ["boost.tar.gz", "/opt"]
1616

17-
ENV CMAKE_DIR="/opt/cmake-@cmake.version@-Linux-x86_64"
18-
ENV BOOST_DIR="/opt/boost-@boost.version@-x64-gcc9"
17+
ENV CMAKE_DIR="/opt/cmake-@cmake.version@-Linux-x86_64" \
18+
BOOST_DIR="/opt/boost-@boost.version@-x64-gcc9"
1919

2020
ARG REVISION="master"
2121
ARG OUTPUT_FILE="/out.tar.gz"

0 commit comments

Comments
 (0)