Skip to content

Commit

Permalink
Merge pull request #2059 from skalenetwork/bug/update-ubuntu-dockerfile
Browse files Browse the repository at this point in the history
update dockerfile
  • Loading branch information
DmytroNazarenko authored Dec 20, 2024
2 parents 1590223 + a257ef7 commit eb04653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/skale_build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get -q update && \
Expand All @@ -18,7 +18,7 @@ RUN echo 'Acquire::Retries "3";' > /etc/apt/apt.conf.d/80-net && \

RUN add-apt-repository ppa:ubuntu-toolchain-r/test && \
apt-get update && \
apt-get install -y gcc-9 g++-9 gdb
apt-get install -y gcc-11 g++-11 gdb

RUN mkdir /skaled
COPY ./executable /skaled
Expand Down

0 comments on commit eb04653

Please sign in to comment.