Skip to content

Commit

Permalink
chore: add curl to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Dec 26, 2024
1 parent c61c0b1 commit 23c0f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ARG SUPERCRONIC_VERSION=0.2.33
# Install dependencies
RUN apt-get update && apt-get install -y \
wget \
curl \
ca-certificates \
&& rm -rf /var/cache/apt/*

Expand Down

0 comments on commit 23c0f86

Please sign in to comment.