Skip to content

Commit

Permalink
ci: fix build containers
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed May 14, 2022
1 parent 9203ec5 commit 78a79c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
config:

- os: oraclelinux
os_version: 8
os_version: 7
arch: x64
check_command: yum install -y --setopt tsflags=test /usr/local/klogg*.rpm
cpack_gen: RPM
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update -y && \
apt update -y

RUN apt install gcc-9 g++-9 \
qt5-default qtbase5-dev qt5-qmake qtbase5-dev-tools libicu-dev \
qtbase5-dev qt5-qmake qtbase5-dev-tools libicu-dev \
ragel ninja-build zlib1g-dev git \
wget fuse -y && \
apt clean && rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update -y && \
apt update -y

RUN apt install gcc-9 g++-9 \
qt5-default qtbase5-dev qt5-qmake qtbase5-dev-tools libicu-dev \
qtbase5-dev qt5-qmake qtbase5-dev-tools libicu-dev \
ragel ninja-build zlib1g-dev git \
wget fuse -y && \
apt clean && rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update -y && \
apt update -y

RUN apt install gcc-11 g++-11 \
qt5-default qtbase5-dev qt5-qmake qtbase5-dev-tools libicu-dev \
qtbase5-dev qt5-qmake qtbase5-dev-tools libicu-dev \
ragel ninja-build zlib1g-dev git \
wget fuse -y && \
apt clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 78a79c8

Please sign in to comment.