Skip to content

Commit

Permalink
remove installation of already installed apt-transport-https package
Browse files Browse the repository at this point in the history
  • Loading branch information
timbussmann committed Jun 1, 2022
1 parent 784e932 commit 1f5de61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tier3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ RUN (cd /opt && \
dpkg -i packages-microsoft-prod.deb && \
rm packages-microsoft-prod.deb && \
apt-get update; \
apt-get install -y apt-transport-https && \
apt-get update && \
apt-get install -y dotnet-sdk-6.0
ENV PATH "/opt/tprolog:/opt/groovy/bin:/opt/kotlin/bin:/opt/dart-sdk/bin:${PATH}:/opt/swift/usr/bin:/opt/zig:/opt/lean/bin"

0 comments on commit 1f5de61

Please sign in to comment.