Skip to content

Commit

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

0 comments on commit cd087a1

Please sign in to comment.