Skip to content

Commit bcc9eac

Browse files
committed
installed curl in the image
1 parent 20e7fff commit bcc9eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ubuntu:latest
33

44
# Install necessary packages
5-
RUN apt-get update && apt-get install -y wget
5+
RUN apt-get update && apt-get install -y wget && apt-get install -y curl
66

77
# Set the working directory
88
WORKDIR /app

0 commit comments

Comments
 (0)