We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2f295 commit 606fdd3Copy full SHA for 606fdd3
Dockerfile
@@ -36,6 +36,9 @@ COPY --from=skopeo-build /etc/containers/policy.json /etc/containers/policy.json
36
RUN apk --no-cache add db
37
COPY --from=rpmdb-build /go/src/github.com/snyk/go-rpmdb/rpmdb /usr/bin/rpmdb
38
39
+RUN apk update
40
+RUN apk upgrade
41
+
42
WORKDIR /root
43
44
# Add manifest files and install before adding anything else to take advantage of layer caching
0 commit comments