File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
22
build-script : ubuntu_deb_entrypoint.sh
23
23
build-type : release
24
24
25
- - image : ubuntu-23_10
25
+ - image : ubuntu-24_10
26
26
build-script : ubuntu_deb_entrypoint.sh
27
27
build-type : release
28
28
steps :
Original file line number Diff line number Diff line change 1
1
# vim: set syntax=dockerfile:
2
- FROM ubuntu:23 .10
2
+ FROM ubuntu:24 .10
3
3
4
- LABEL org.opencontainers.image.description="Base image used to build and DEB-package Notes on Ubuntu 23 .10"
4
+ LABEL org.opencontainers.image.description="Base image used to build and DEB-package Notes on Ubuntu 24 .10"
5
5
6
6
# Prevent tzdata from asking for input.
7
7
ENV DEBIAN_FRONTEND=noninteractive
8
8
9
+ # Silences a locale-related warning from AutoUic.
10
+ ENV LANG=C.UTF-8
11
+
9
12
# Install dependencies.
10
13
RUN apt-get update && \
11
14
apt-get install -y --no-install-recommends cmake git g++ libgl-dev lintian qt6-base-private-dev qt6-declarative-dev && \
You can’t perform that action at this time.
0 commit comments