Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 12, 2024
1 parent 19b671f commit 25ad6e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions circleci/images/failtester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update \
libcurl4 \
libcurl4-openssl-dev \
libicu-dev \
libkrb5-dev \
liblz4-1 \
liblz4-dev \
libreadline-dev \
Expand Down
1 change: 1 addition & 0 deletions circleci/images/pgupgradetester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update \
libcurl4 \
libcurl4-openssl-dev \
libicu-dev \
libkrb5-dev \
liblz4-1 \
liblz4-dev \
libreadline-dev \
Expand Down
2 changes: 1 addition & 1 deletion circleci/images/stylechecker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ RUN apk add --no-cache --virtual installdeps \
&& make install \
&& cd ../.. \
&& rm -rf uncrustify-uncrustify-0.68.1/ \
&& pip3 install -Ir /tmp/etc/requirements.txt \
&& pip3 install -Ir /tmp/etc/requirements.txt --break-system-packages \
&& apk del installdeps

0 comments on commit 25ad6e2

Please sign in to comment.