Skip to content

Commit

Permalink
Let's try ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
neoblizz authored Jun 26, 2023
1 parent d454086 commit fa21181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cm
mkdir /opt/cmake && \
./cmake-${CMAKE_VERSION}-linux-x86_64.sh --skip-license --prefix=/opt/cmake &&\
ln -s /opt/cmake/bin/* /usr/local/bin/

ENTRYPOINT [ "echo", "$HOME" ]

0 comments on commit fa21181

Please sign in to comment.