Skip to content

Commit

Permalink
uh?
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbclifford committed Mar 1, 2024
1 parent 3d4c32a commit 1335166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ENV RUNTIME_ARTIFACTS=/runtime-8.0.2/artifacts DOTNET_SDK=dotnet CARGO_HOME=/car

# Download/extract runtime
WORKDIR /
RUN wget -nv https://github.com/dotnet/runtime/archive/refs/tags/v8.0.2.tar.gz && \
RUN apt install -y wget && \
wget -nv https://github.com/dotnet/runtime/archive/refs/tags/v8.0.2.tar.gz && \
tar xzf v8.0.2.tar.gz && \
rm v8.0.2.tar.gz

Expand Down

0 comments on commit 1335166

Please sign in to comment.