reversed change from devkit
This commit is contained in:
parent
dd867db271
commit
d718b8f812
|
@ -4,6 +4,7 @@ LABEL version="0.2.1"
|
||||||
LABEL description="docker image for setting up the build pipeline on SDK"
|
LABEL description="docker image for setting up the build pipeline on SDK"
|
||||||
LABEL website="https://github.com/Servostar/gemstone"
|
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 .
|
RUN cmake .
|
||||||
|
|
Loading…
Reference in New Issue