Skip to content

Commit ee60baf

Browse files
nicholasdillegithub-actions[bot]
authored andcommitted
Test with our own curl
1 parent 61851f2 commit ee60baf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/dotnet/Dockerfile.template

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#syntax=docker/dockerfile:1.10.0@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
22

3+
FROM ghcr.io/uniget-org/tools/curl:latest AS curl
4+
35
FROM ghcr.io/uniget-org/images/ubuntu:24.04 AS prepare
46
COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
57
/etc/profile.d/ \
68
/etc/profile.d/
79
SHELL [ "bash", "-clo", "errexit" ]
10+
COPY --from=curl / /usr/local/
811
ARG name
912
ARG version
1013
RUN <<EOF

0 commit comments

Comments
 (0)