Skip to content

Commit

Permalink
updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 18, 2024
1 parent 08403f8 commit 3df599e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:22.04

# update apt-get
RUN apt-get -y update
Expand All @@ -16,7 +16,7 @@ VOLUME /devvol
RUN apt-get -y update

# install dependencies
RUN apt-get install -y apt-transport-https build-essential libgconf-2-4 python git libglib2.0-dev
RUN apt-get install -y apt-transport-https build-essential libgconf-2-4 python3 git libglib2.0-dev

# install node

Expand All @@ -25,7 +25,7 @@ RUN sudo apt-get install -y nodejs

# install net core

RUN wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
RUN wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
RUN sudo dpkg -i packages-microsoft-prod.deb
RUN sudo apt-get update
RUN sudo apt-get install -y dotnet-sdk-8.0
Expand Down

0 comments on commit 3df599e

Please sign in to comment.