Skip to content

Commit

Permalink
Merge pull request #489 from surajssd/remove-guava-android
Browse files Browse the repository at this point in the history
base: Remove guava-android from the base image
  • Loading branch information
priyaananthasankar authored Oct 10, 2024
2 parents 016f441 + 677b1e2 commit cbb6603
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ RUN tdnf update -y --refresh && \
cpio \
gettext && \
tdnf clean all && \
rm -rf /var/cache/tdnf/*
rm -rf /var/cache/tdnf/* && \
rm /var/opt/apache-maven/lib/guava-25.1-android.jar

ENV NPM_CONFIG_LOGLEVEL warn
ENV NODE_ENV production
Expand Down

0 comments on commit cbb6603

Please sign in to comment.