Skip to content

Commit

Permalink
fix: template repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge O. Castro authored Mar 8, 2023
1 parent 36f12fd commit ab55681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN /tmp/build.sh \
rm -f /etc/yum.repos.d/terra.repo && \
rm -f /etc/yum.repos.d/_copr_kylegospo-gnome-vrr.repo && \
rm -f /etc/yum.repos.d/tailscale.repo && \
rm -f /etc/yum.repos.d/kylegospo-webapp-manager-fedora-37.repo && \
rm -f /etc/yum.repos.d/kylegospo-webapp-manager-fedora-"${FEDORA_MAJOR_VERSION}".repo && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
/tmp/post-install.sh && \
Expand Down

0 comments on commit ab55681

Please sign in to comment.