Skip to content

Commit

Permalink
Do not touch /usr
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Oct 4, 2023
1 parent 85a7b9b commit ae8125c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ FROM ghcr.io/sagemath/sage/sage-ubuntu-focal-standard-with-system-packages:lates

USER root

# Strip executables in /usr
RUN LC_ALL=C find /usr -executable -type f -exec strip '{}' ';' 2>&1 | grep -v "file format not recognized" || true

# Remove warnings
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NOWARNINGS="yes"
Expand Down

0 comments on commit ae8125c

Please sign in to comment.