Skip to content

Commit fe9e310

Browse files
committed
Fix dockerfile
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 parent 3cd74bf commit fe9e310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/kea/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && \
1919
apt-get install --no-install-recommends -y meson ninja-build pkg-config \
2020
build-essential python3 libssl-dev libboost-dev libboost-system-dev \
2121
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
22-
libpq-dev libmariadb-dev
22+
libpq-dev libmariadb-dev libkrb5-dev
2323
RUN mkdir -p /opt/boost-headers && \
2424
wget https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.gz && \
2525
tar -xzf boost_1_83_0.tar.gz -C /opt/boost-headers --strip-components=1 && \

0 commit comments

Comments
 (0)