Skip to content

Commit affd1ee

Browse files
committed
chore(pioneer): install curl with all yes
1 parent 9a250e8 commit affd1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/pioneer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM swift:latest
22
WORKDIR /root
33
RUN apt update
4-
RUN apt install curl
4+
RUN apt install curl -y
55
COPY ./Package.* ./
66
RUN swift package resolve
77
COPY ./Sources ./Sources

0 commit comments

Comments
 (0)