We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46786f7 commit cdbf005Copy full SHA for cdbf005
Dockerfile
@@ -18,19 +18,13 @@ RUN apt-get update \
18
netcat \
19
libssl1.0 \
20
zip \
21
- unzip
22
-
23
-RUN apt-get update \
24
-&& apt-get install -y --no-install-recommends \
25
- wget
+ unzip \
+ wget \
+ apt-transport-https
26
27
RUN wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
28
&& dpkg -i packages-microsoft-prod.deb
29
30
31
32
- apt-transport-https
33
34
RUN apt-get update \
35
&& apt-get install -y --no-install-recommends \
36
dotnet-sdk-5.0 \
0 commit comments