Add missing dependency
This commit is contained in:
parent
6820b6668a
commit
1c547195b2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM debian:buster AS builder
|
||||||
|
|
||||||
# Build-time dependencies
|
# Build-time dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
ca-certificates \
|
||||||
build-essential \
|
build-essential \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
qt5-default \
|
qt5-default \
|
||||||
|
|
Loading…
Reference in a new issue