Skip to content

Commit

Permalink
Revert: "fix: remove extra repo files from final image" (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Apr 15, 2023
1 parent c088d4e commit 3b83c61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ RUN /tmp/build.sh && \
systemctl enable tailscaled.service && \
fc-cache -f /usr/share/fonts/ubuntu && \
rm -f /etc/yum.repos.d/tailscale.repo && \
rm -f /etc/yum.repos.d/rpmfusion*.repo && \
rm -f /etc/yum.repos.d/google-chrome.repo && \
rm -f /etc/yum.repos.d/_copr*.repo && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
rm -rf /tmp/* /var/* && \
Expand Down

0 comments on commit 3b83c61

Please sign in to comment.