Skip to content

Commit

Permalink
#846 move to ubuntu22
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 18, 2024
1 parent afd4875 commit 34257ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimagebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: install packages
run: |
sudo apt-get update && \
sudo apt-get install -y software-properties-common build-essential apt-utils libprocps-dev \
sudo apt-get install -y build-essential software-properties-common apt-utils libprocps-dev \
gcc-11 g++-11 valgrind gawk sed libffi-dev ccache yasm texinfo \
autotools-dev autogen automake autoconf m4 shtool pkg-config nasm \
python3 python3-pip python-is-python3 \
Expand Down
3 changes: 2 additions & 1 deletion DockerfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN sudo apt-add-repository universe; apt-get update; \
apt-get install -yq libprocps-dev gcc-11 g++-11 valgrind gawk sed libffi-dev ccache libgoogle-perftools-dev \
yasm texinfo autotools-dev automake python3 python3-pip \
cmake libtool pkg-config autoconf wget git \
libhiredis-dev redis-server openssl libssl-dev doxygen idn2 libgcrypt20-dev
libhiredis-dev redis-server openssl libssl-dev doxygen idn2 libgcrypt20-dev \
libargtable2-dev libgnutils28-dev
# python python-pip

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
Expand Down

0 comments on commit 34257ab

Please sign in to comment.