gestionale/Dockerfile

12 lines
190 B
Docker
Raw Normal View History

2023-01-08 21:05:07 +00:00
FROM ubuntu:22.04
RUN useradd builder
RUN apt update && apt upgrade -y && apt install -y \
git \
make \
cmake \
qtbase5-dev \
g++