cleanup
This commit is contained in:
parent
043820e0e2
commit
ddfa246fc1
@ -1,5 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0
|
||||
|
||||
RUN apt-get update && apt-get install -y openjdk-17-jre-headless
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y openjdk-17-jre-headless \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
|
||||
|
||||
ENV PATH="${PATH}:/root/.dotnet/tools"
|
||||
|
Loading…
x
Reference in New Issue
Block a user