Skip to content

Commit

Permalink
Merge pull request #5 from snyk/feat/app-os-dockergoof
Browse files Browse the repository at this point in the history
feat: dockergoof with app+os
  • Loading branch information
karniwl authored Dec 30, 2019
2 parents 919980d + e824115 commit 91a83ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile-app
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ghost:2.37.2 as ghost

FROM node:10.4.0 as node

# Copy manifest files
COPY --from=ghost /var/lib/ghost /var/lib/ghost

RUN apt-get update

# Install package which its vulnerabilities would show up in the layers filter
RUN apt-get -y install exiv2

0 comments on commit 91a83ad

Please sign in to comment.