Skip to content

Commit c928098

Browse files
authored
Merge branch 'release-2025.2' into mapping_service_helm_chart_deployment
2 parents c5c52fa + 5c06832 commit c928098

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

cluster_analytics/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
IMAGE := scenescape-cluster-analytics
5-
RUNTIME_OS_IMAGE := ubuntu:24.04@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc
5+
RUNTIME_OS_IMAGE := python:3.12-slim
66
TARGET = scenescape-cluster-analytics-runtime
77

88
include ../common.mk

sources.Dockerfile

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,26 @@ RUN apt-get source --download-only \
1414
ca-certificates \
1515
cfitsio \
1616
fuse \
17+
gdbm \
1718
geos \
18-
libapache2-mod-qos \
19+
icu \
1920
libapparmor1 \
21+
libatomic1 \
2022
libdbus-1-3 \
2123
libde265-0 \
2224
libelf1 \
2325
libfuse2 \
2426
libfyba0 \
25-
libgdbm-compat4 \
26-
libgdbm6 \
2727
libgfortran5 \
2828
libglib2.0-0 \
2929
libgomp1 \
30-
libgraphite2-3 \
3130
libgudev-1.0-0 \
3231
libheif1 \
3332
libinput-bin \
3433
libinput10 \
35-
libio-pty-perl \
36-
libpciaccess0 \
34+
libjbig0 \
3735
libjson-c5 \
36+
libmpdec3 \
3837
libmysqlclient21 \
3938
libodbc2 \
4039
libodbcinst2 \
@@ -50,21 +49,18 @@ RUN apt-get source --download-only \
5049
libvulkan1 \
5150
libwebp7 \
5251
libwebpmux3 \
53-
locales \
54-
make \
52+
libxxhash0 \
53+
libz3-4 \
5554
media-types \
55+
mosquitto \
5656
mysql-common \
5757
netbase \
5858
perl \
5959
poppler \
60-
publicsuffix \
6160
python-is-python3 \
6261
qtbase-opensource-src \
6362
readline-common \
64-
shared-mime-info \
6563
spatialite \
66-
ssl-cert \
67-
ucf \
6864
unixodbc-common \
6965
wget
7066

@@ -74,7 +70,9 @@ RUN : \
7470
; git clone --depth 1 https://github.com/eclipse-paho/paho.mqtt.python \
7571
; git clone --depth 1 https://github.com/psycopg/psycopg2 \
7672
; git clone --depth 1 https://github.com/certifi/python-certifi \
77-
; git clone --depth 1 https://github.com/tqdm/tqdm
73+
; git clone --depth 1 https://github.com/tqdm/tqdm \
74+
; git clone --depth 1 https://github.com/jab/bidict \
75+
; git clone --depth 1 https://github.com/dranjan/python-plyfile
7876

7977
WORKDIR /sources-other
8078
RUN : \

0 commit comments

Comments
 (0)