Skip to content

Commit

Permalink
fix: review packages installed
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes authored Oct 17, 2023
1 parent aad71e4 commit 91f6fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu_dev/Dockerfile.xenial
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LABEL maintainer="Hive Solutions <[email protected]>"
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update &&\
apt-get install -y -q --no-install-recommends apt-transport-https sudo gcc make curl pypy dotnet-dev-1.0.0 linux-headers-generic\
libssl-dev python2-dev python3-dev pypy-dev &&\
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/*
Expand Down

0 comments on commit 91f6fb0

Please sign in to comment.