dncurrency/docker/ci/Dockerfile-gcc
Thiago Silva df1416db1f
Bump docker image Ubuntu version to 22.04
Remove -k option, that doesn't exist for cmake.
2023-03-06 22:04:19 +00:00

5 lines
177 B
Text

ARG ENV_REPOSITORY=nanocurrency/nano-env
FROM ${ENV_REPOSITORY}:base
ARG REPOSITORY=nanocurrency/nano-node
LABEL org.opencontainers.image.source https://github.com/$REPOSITORY