Skip to content

Commit

Permalink
[Issue: #2395] Try not installing packages that were added to fix a p…
Browse files Browse the repository at this point in the history
…rior trivy issue (#2394)

## Summary
Fixes #2395

### Time to review: __3 mins__

## Changes proposed
Stop installing some Linux packages that were added previously to "fix a
trivy failure"

## Context for reviewers
This started failing randomly, so removing the stuff we added the last
time it failed randomly seems to stop the random failures...
  • Loading branch information
mdragon authored Oct 7, 2024
1 parent 347ae6f commit 134ff92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apt-get update \
# https://pythonspeed.com/articles/security-updates-in-docker/
&& apt-get upgrade --yes \
&& apt-get install --no-install-recommends --yes \
libc-bin libc6 \
build-essential \
libpq-dev \
postgresql \
Expand Down

0 comments on commit 134ff92

Please sign in to comment.