Fix typo
This commit is contained in:
parent
c35ccc19e8
commit
1c21623843
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue