dncurrency/docker/ci/Dockerfile-base
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

23 lines
472 B
Text

FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq && apt-get install -yqq \
build-essential \
g++ \
wget \
python3 \
zlib1g-dev \
cmake \
git
RUN apt-get update -qq && apt-get install -yqq \
qtbase5-dev \
qtchooser \
qt5-qmake \
qtbase5-dev-tools \
valgrind \
xorg xvfb xauth xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
ARG REPOSITORY=nanocurrency/nano-node
LABEL org.opencontainers.image.source https://github.com/$REPOSITORY