Skip to content

Commit

Permalink
Add update procedures to Dockerfile to satisfy vuln scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxingOctopus committed Apr 19, 2021
1 parent 96d049f commit 4eb64e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:alpine3.9

RUN apk update
RUN apk upgrade

RUN mkdir -p /src
COPY . /src
WORKDIR /src
Expand Down

0 comments on commit 4eb64e7

Please sign in to comment.