Skip to content

Commit

Permalink
Merge pull request #241 from Tobeyw/dev-mindy
Browse files Browse the repository at this point in the history
update Dockerfile
  • Loading branch information
Tobeyw committed Feb 2, 2024
2 parents 5aa6718 + 748458b commit 8aa4acf
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions neo3fura_http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,19 @@ RUN dpkg -i packages-microsoft-prod.deb

RUN rm packages-microsoft-prod.deb

RUN apt-get update
RUN apt-get clean && \
apt-get update

RUN apt-get install -y apt-transport-https

RUN apt-get update

RUN apt-get install -y dotnet-sdk-5.0

RUN apt-get install -y aspnetcore-runtime-5.0
RUN apt-get install -y dotnet-sdk-5.0 && \
apt-get install -y aspnetcore-runtime-5.0

RUN tar -xvf compiler.tar.gz

RUN chmod 777 compiler/a/nccs

RUN chmod 777 compiler/c/nccs

RUN chmod 777 compiler/b/nccs
RUN chmod 777 compiler/a/nccs && \
chmod 777 compiler/c/nccs && \
chmod 777 compiler/b/nccs

RUN go build -o main app/neo3fura/src.go

Expand Down

0 comments on commit 8aa4acf

Please sign in to comment.