Skip to content

Commit

Permalink
ci: update ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIINASAMA authored Oct 6, 2024
1 parent 941ed83 commit 4cd9d9e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 64 deletions.
2 changes: 1 addition & 1 deletion docker/ubuntu-arm64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN yes | unminimize && \
# bash ./tmp/install_deps.sh && \
apt install -y --no-install-recommends curl zip unzip tar git mysql-client postgresql-client sqlite3 python3-pip doxygen && \
apt install -y --no-install-recommends cmake curl zip unzip tar git g++ mysql-client postgresql-client sqlite3 python3-pip doxygen pkg-config bison flex autoconf ninja-build && \
apt autoremove -y && \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN yes | unminimize && \
# bash ./tmp/install_deps.sh && \
apt install -y --no-install-recommends curl zip unzip tar git mysql-client postgresql-client sqlite3 python3-pip doxygen && \
apt install -y --no-install-recommends cmake curl zip unzip tar git g++ mysql-client postgresql-client sqlite3 python3-pip doxygen pkg-config bison flex autoconf ninja-build && \
apt autoremove -y && \
rm -rf /var/lib/apt/lists/*

Expand Down
23 changes: 0 additions & 23 deletions scripts/install_asio_standalone.sh

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/install_darwin_deps.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/install_fedora_deps.sh

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/install_ubuntu_deps.sh

This file was deleted.

0 comments on commit 4cd9d9e

Please sign in to comment.