Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 25, 2024
1 parent d754d39 commit 20dc640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH=$PATH:/nodejs/bin
WORKDIR /kerberos
COPY . .

RUN apt-get -qq update && apt-get -qq install -y python3 build-essential && ldd --version
RUN apt-get -qq update && apt-get -qq install -y python3 build-essential libkrb5-dev && ldd --version

RUN npm clean-install --ignore-scripts
RUN npm run prebuild
Expand Down

0 comments on commit 20dc640

Please sign in to comment.