Skip to content

Commit cdbf005

Browse files
committed
Clean up Dockerfile
1 parent 46786f7 commit cdbf005

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Dockerfile

+3-9
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,13 @@ RUN apt-get update \
1818
netcat \
1919
libssl1.0 \
2020
zip \
21-
unzip
22-
23-
RUN apt-get update \
24-
&& apt-get install -y --no-install-recommends \
25-
wget
21+
unzip \
22+
wget \
23+
apt-transport-https
2624

2725
RUN wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
2826
&& dpkg -i packages-microsoft-prod.deb
2927

30-
RUN apt-get update \
31-
&& apt-get install -y --no-install-recommends \
32-
apt-transport-https
33-
3428
RUN apt-get update \
3529
&& apt-get install -y --no-install-recommends \
3630
dotnet-sdk-5.0 \

0 commit comments

Comments
 (0)