Skip to content

Commit

Permalink
add curl to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pickledish committed Dec 12, 2023
1 parent ab15afa commit a9a48ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04

WORKDIR /app

RUN apt-get update && apt-get install -y git ca-certificates sshpass
RUN apt-get update && apt-get install -y git ca-certificates sshpass curl

RUN update-ca-certificates

Expand Down

0 comments on commit a9a48ab

Please sign in to comment.