Skip to content

Commit

Permalink
Adding gcc-10 in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Feb 20, 2024
1 parent 0b8b4b4 commit 9cced23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ubuntu20.04
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y apt-utils tzdata git vim gettext-base u
build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev \
wget byacc device-tree-compiler python gtkwave python-yaml pkg-config swig python3-dev pip \
virtualenv help2man tcl8.6-dev libreadline-dev libffi-dev \
software-properties-common lsb-release
software-properties-common lsb-release gcc-10 g++-10
RUN apt-get install -y python-is-python3
RUN ln -nsf /usr/bin/tclsh8.6 /usr/bin/tclsh

Expand Down

0 comments on commit 9cced23

Please sign in to comment.