Skip to content

Commit

Permalink
build: add git to build containters
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 18, 2022
1 parent 0c0fde0 commit 4cb6a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/centos8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
RUN dnf update -y

RUN dnf install -y epel-release && \
dnf install -y ragel make wget python38 rpm-build && \
dnf install -y ragel make wget python38 rpm-build git && \
dnf install -y qt5-qtbase-devel openssl-devel boost-devel zlib-devel && \
dnf install -y gcc-toolset-9-gcc gcc-toolset-9-gcc-c++ && \
dnf --enablerepo=powertools install -y ninja-build
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -y && \
add-apt-repository ppa:ubuntu-toolchain-r/test -y && \
apt-get install gcc-9 g++-9 \
qt5-default qtbase5-dev qt5-qmake qtbase5-dev-tools \
ragel ninja-build zlib1g-dev \
ragel ninja-build zlib1g-dev git \
wget fuse -y && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 4cb6a1a

Please sign in to comment.