Skip to content

Commit

Permalink
👻 Fix build failures (#318)
Browse files Browse the repository at this point in the history
CentOS Stream 8 is EOL. For the short term we can still get packages
from the CentOS vault.
  • Loading branch information
jmontleon authored Jun 4, 2024
1 parent b9bddb4 commit 03c514d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY tools/upgrades/jwt.sh /usr/local/bin/jwt.sh
RUN dnf -y install openssl && dnf clean all
RUN echo -e "[centos8-appstream]" \
"\nname = centos8-appstream" \
"\nbaseurl = http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/" \
"\nbaseurl = https://vault.centos.org/8-stream/AppStream/x86_64/os/" \
"\nenabled = 1" \
"\ngpgcheck = 0" > /etc/yum.repos.d/centos.repo
RUN dnf -y module enable postgresql:15 && dnf -y install postgresql && dnf clean all
Expand Down

0 comments on commit 03c514d

Please sign in to comment.