Skip to content

Commit

Permalink
Update Docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Pion committed Apr 27, 2022
1 parent 0d9681c commit a97450c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache \
# Compile-time dependencies
build-base \
ldns-dev \
libidn-dev \
libidn2-dev \
make \
openssl-dev \
perl-app-cpanminus \
Expand Down Expand Up @@ -32,5 +32,5 @@ COPY --from=build /usr/local/lib/perl5/site_perl/Zonemaster /usr/local/lib/perl5
RUN apk add --no-cache \
# Run-time dependencies
ldns \
libidn \
libidn2 \
perl

0 comments on commit a97450c

Please sign in to comment.