Skip to content

Commit

Permalink
Merge pull request #14 from hivesolutions/hugo/ubuntu_dev
Browse files Browse the repository at this point in the history
review: apt-get install usage
  • Loading branch information
joamag authored Oct 17, 2023
2 parents e37e6a6 + 55cad06 commit 6a1ba0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ubuntu_dev/Dockerfile.xenial
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update &&\
apt-get install -y -q --no-install-recommends apt-transport-https sudo gcc make curl pypy linux-headers-generic\
libssl-dev python-dev python3-dev pypy-dev &&\
wget https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb -O /tmp/packages-microsoft-prod.deb &&\
dpkg -i /tmp/packages-microsoft-prod.deb && apt update && apt-get install dotnet-runtime-6.0 aspnetcore-runtime-6.0 &&\
rm -f /tmp/packages-microsoft-prod.deb && apt-get clean && rm -rf /var/lib/apt/lists/*
apt-get clean && rm -rf /var/lib/apt/lists/*

CMD ["/bin/bash"]

0 comments on commit 6a1ba0d

Please sign in to comment.