reversed change from devkit

This commit is contained in:
Sven Vogel 2024-04-26 17:35:27 +02:00
parent dd867db271
commit d718b8f812
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ LABEL version="0.2.1"
LABEL description="docker image for setting up the build pipeline on SDK"
LABEL website="https://github.com/Servostar/gemstone"
RUN git clone https://github.com/Servostar/gemstone.git /home/lorang
COPY --chown=lorang src /home/lorang/src
COPY --chown=lorang CMakeLists.txt /home/lorang/
RUN cmake .