Skip to content

Commit 53dcdf6

Browse files
committed
chore: install libkrb5-dev to build latest pg_tle in Dockerfiles
1 parent b103cf5 commit 53dcdf6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ RUN tar -xvf /tmp/pg_tle.tar.gz -C /tmp && \
791791
rm -rf /tmp/pg_tle.tar.gz
792792
RUN apt-get update && apt-get install -y --no-install-recommends \
793793
flex \
794+
libkrb5-dev \
794795
&& rm -rf /var/lib/apt/lists/*
795796
# Build from source
796797
WORKDIR /tmp/pg_tle-${pg_tle_release}

docker/orioledb/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ RUN tar -xvf /tmp/pg_tle.tar.gz -C /tmp && \
913913
rm -rf /tmp/pg_tle.tar.gz
914914
RUN apt-get update && apt-get install -y --no-install-recommends \
915915
flex \
916+
libkrb5-dev \
916917
&& rm -rf /var/lib/apt/lists/*
917918
# Build from source
918919
WORKDIR /tmp/pg_tle-${pg_tle_release}

0 commit comments

Comments
 (0)