Skip to content

Commit

Permalink
fix mkdir ${INSTALL_PATH}
Browse files Browse the repository at this point in the history
  • Loading branch information
sgatto committed Jul 18, 2024
1 parent cd087a1 commit f1d2418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ARG SIRIUS=OFF
ARG SHARED=ON
ARG BUILD_EXAMPLES=OFF
ARG INSTALL_PATH=/build/install
RUN mkdir ${INSTALL_PATH}
RUN mkdir -p ${INSTALL_PATH}
WORKDIR /home/project
COPY . .
FROM devel AS build
Expand Down

0 comments on commit f1d2418

Please sign in to comment.