Skip to content

Commit

Permalink
Comment out the rustup cleanup line
Browse files Browse the repository at this point in the history
  • Loading branch information
tronyx committed May 31, 2024
1 parent 7220ac7 commit 57ea865
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.linux-arm-v7
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,10 @@ RUN apt-get -qq -y remove software-properties-common && \
/var/lib/dpkg/status-old && \
true > /var/log/dpkg.log && \
true > /var/log/lastlog && \
true > /var/log/apt/term.log && \
####true > /var/log/apt/term.log && \
true > /var/log/apt/term.log
# Remove rust and all dependencies
echo y | /root/.cargo/bin/rustup self uninstall
#echo y | /root/.cargo/bin/rustup self uninstall

# Expose port 80 for the web UI
EXPOSE 80 5667
Expand Down

0 comments on commit 57ea865

Please sign in to comment.