mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-25 12:34:07 +00:00
Update arch and ubuntu versions to avoid expired repos and keys
This commit is contained in:
parent
ef34b66ea5
commit
bf439dd750
@ -1,4 +1,4 @@
|
|||||||
FROM archlinux:base-20220130.0.46058
|
FROM archlinux:base-20230108.0.116909
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \
|
RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:21.10
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install -y python3 qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtmultimedia \
|
apt-get install -y python3 qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtmultimedia \
|
||||||
|
Loading…
Reference in New Issue
Block a user