This commit is contained in:
paul 2020-08-11 22:23:49 +02:00
parent c35ccc19e8
commit 1c21623843

View file

@ -2,7 +2,7 @@ FROM debian:buster AS builder
# Build-time dependencies # Build-time dependencies
RUN apt-get update -yq && apt-get install -yq \ RUN apt-get update -yq && apt-get install -yq \
ca-cerqtificates \ ca-certificates \
build-essential \ build-essential \
pkg-config \ pkg-config \
qt5-default \ qt5-default \