Skip to content

Commit

Permalink
add extra dotnet 8.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: yzewei <[email protected]>
  • Loading branch information
yzewei committed Jan 6, 2025
1 parent aee0bae commit 068ecb9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions extra/dotnet/8.0.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM cr.loongnix.cn/library/debian:buster
WORKDIR /root
RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
apt-transport-https \
ca-certificates \
curl \
git \
wget \
tzdata \
openssh-client \
xz-utils \
libicu67

RUN wget http://ftp.loongnix.cn/dotnet/8.0.7/8.0.7-1/pkg/dotnet-sdk-8.0.107-linux-loongarch64.tar.xz

RUN mkdir dotnet && tar -xvf dotnet-sdk-8.0.107-linux-loongarch64.tar.xz -C dotnet

RUN ln -s /root/dotnet/dotnet /usr/bin/dotnet
6 changes: 6 additions & 0 deletions extra/dotnet/8.0.7/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
image:
docker build -t cr.loongnix.cn/extra/dotnet:8.0.7 .

push:
docker push cr.loongnix.cn/extra/dotnet:8.0.7

0 comments on commit 068ecb9

Please sign in to comment.