Skip to content

Commit

Permalink
Merge pull request #942 from MukuFlash03/fix_docker_vulnerabilities
Browse files Browse the repository at this point in the history
Fix Docker images vulnerabilities in server base image
  • Loading branch information
shankari authored Oct 20, 2023
2 parents e9aae02 + 3042893 commit bc6b8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN apt-get install -y -qq wget
# install jq to parse json within bash scripts
RUN apt-get install -y jq

RUN apt-get -y -qq update && apt-get -y -qq upgrade

# cleanup
RUN apt-get -y remove --purge build-essential
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit bc6b8eb

Please sign in to comment.