mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 06:56:05 +02:00
CI: added Qt6 to build image (it was switched to Debian 11 with backports)
This commit is contained in:
parent
a1f01e1976
commit
b86989e477
@ -1,4 +1,4 @@
|
|||||||
FROM debian:11
|
FROM debian:bullseye-backports
|
||||||
ARG FPC_STABLE_VER
|
ARG FPC_STABLE_VER
|
||||||
ARG FPC_OLDSTABLE_VER
|
ARG FPC_OLDSTABLE_VER
|
||||||
ARG FPC_FIXES_VER
|
ARG FPC_FIXES_VER
|
||||||
@ -11,6 +11,7 @@ RUN dpkg --add-architecture i386 && apt-get update && apt-get -y install \
|
|||||||
libgtk-3-dev \
|
libgtk-3-dev \
|
||||||
libqt5x11extras5-dev \
|
libqt5x11extras5-dev \
|
||||||
qtbase5-dev \
|
qtbase5-dev \
|
||||||
|
qt6-base-dev \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
Loading…
Reference in New Issue
Block a user