Skip to content

Commit

Permalink
upgrade fortran lib for vuln as well
Browse files Browse the repository at this point in the history
  • Loading branch information
devonwarren committed Aug 26, 2020
1 parent f5c1fed commit 0e9f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN adduser -D notifyuser
RUN mkdir /app && chown -R notifyuser /app && chmod 775 /app

# upgrade libgcc for CVE-2019-15847
RUN apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/main libgcc && \
RUN apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/main libgcc libgfortran libquadmath && \
# install curl and python and other potential tools
apk add curl git python3 bash py3-numpy py3-pip && \
# install python libraries needed
Expand Down

0 comments on commit 0e9f11f

Please sign in to comment.