We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285ae1b commit 78c8a8bCopy full SHA for 78c8a8b
Dockerfile
@@ -6,8 +6,8 @@
6
# ############ STAGE 1 ################
7
# #####################################
8
9
-ARG VALHALLA_VERSION=3.6.0-rc1
10
-ARG VALHALLA_COMMIT=d391387b40c63ed64bab927db8f17a1498805ffe
+ARG VALHALLA_VERSION=3.6.0-rc2
+ARG VALHALLA_COMMIT=1db5523e3d11c111679abaa5323b633e20339f9c
11
ARG PRIME_SERVER_COMMIT=4508553b2dd29fadfafcc7c766aa6e9b94455fcb
12
FROM ubuntu:24.04
13
ARG VALHALLA_VERSION
@@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y \
40
libsqlite3-dev \
41
libsqlite3-mod-spatialite \
42
libprotobuf-dev \
43
+ libssl-dev \
44
libtool \
45
libzmq3-dev \
46
make \
0 commit comments