Skip to content

Commit

Permalink
fix(imags): fix krb5 installation (#879)
Browse files Browse the repository at this point in the history
chong1144 authored Aug 19, 2021
1 parent 2d5dce3 commit 130f126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ RUN apt-get -y update \
&& apt-get -y install libgmp-dev \
&& apt-get -y install libmpfr-dev \
&& apt-get -y install libmpc-dev \
# For krb5-user installation
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install krb5-user \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 130f126

Please sign in to comment.