gemstone/Dockerfile

11 lines
328 B
Docker
Raw Normal View History

FROM servostar/gemstone:sdk-0.2.1-alpine-3.19.1
2024-02-04 15:23:32 +00:00
LABEL authors="servostar"
LABEL version="0.2.1"
2024-02-04 15:23:32 +00:00
LABEL description="docker image for setting up the build pipeline on SDK"
LABEL website="https://github.com/Servostar/gemstone"
2024-04-26 15:35:27 +00:00
COPY --chown=lorang src /home/lorang/src
COPY --chown=lorang CMakeLists.txt /home/lorang/
2024-02-04 15:23:32 +00:00
RUN cmake .