Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Use ADD instead of Curl
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Aug 16, 2024
1 parent ad60bfd commit 974a674
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ RUN apt-get update -y && \
dpkg -i /tmp/packages-microsoft-prod.deb && \
rm -rf /tmp/*

# Add .NET PPA
ADD https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb /tmp/packages-microsoft-prod.deb
RUN dpkg -i /tmp/packages-microsoft-prod.deb && \
rm -rf /tmp/*


# Final image
FROM base AS final
Expand Down

0 comments on commit 974a674

Please sign in to comment.