Skip to content

Commit 78c8a8b

Browse files
committed
v3.6.0-rc2
1 parent 285ae1b commit 78c8a8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# ############ STAGE 1 ################
77
# #####################################
88

9-
ARG VALHALLA_VERSION=3.6.0-rc1
10-
ARG VALHALLA_COMMIT=d391387b40c63ed64bab927db8f17a1498805ffe
9+
ARG VALHALLA_VERSION=3.6.0-rc2
10+
ARG VALHALLA_COMMIT=1db5523e3d11c111679abaa5323b633e20339f9c
1111
ARG PRIME_SERVER_COMMIT=4508553b2dd29fadfafcc7c766aa6e9b94455fcb
1212
FROM ubuntu:24.04
1313
ARG VALHALLA_VERSION
@@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y \
4040
libsqlite3-dev \
4141
libsqlite3-mod-spatialite \
4242
libprotobuf-dev \
43+
libssl-dev \
4344
libtool \
4445
libzmq3-dev \
4546
make \

0 commit comments

Comments
 (0)