Skip to content

Commit

Permalink
🐛 Fix repo URL in Dockerfile for multi-arch builds (#321)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <[email protected]>
  • Loading branch information
jmontleon authored Jun 4, 2024
1 parent 5f6d68c commit 8360a50
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 "[almalinux8-appstream]" \
"\nname = almalinux8-appstream" \
"\nbaseurl = https://repo.almalinux.org/almalinux/8/AppStream/x86_64/os/" \
"\nbaseurl = https://repo.almalinux.org/almalinux/8/AppStream/\$basearch/os/" \
"\nenabled = 1" \
"\ngpgcheck = 0" > /etc/yum.repos.d/almalinux.repo
RUN dnf -y module enable postgresql:15 && dnf -y install postgresql && dnf clean all
Expand Down

0 comments on commit 8360a50

Please sign in to comment.