Skip to content

Commit

Permalink
add curl to apt-get layer
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Oct 4, 2024
1 parent ecd7ea9 commit 62e2ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seqfu/1.20.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ LABEL maintainer.email="[email protected]"
COPY --from=builder /root/seqfu2-${SEQFU_VER}/bin /usr/local/bin

# Install minimal runtime dependencies
# curl is used in checking for the versions of dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
ca-certificates \
wget && \
apt-get autoclean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 62e2ec0

Please sign in to comment.