Delete docker/trivy/Dockerfile
This commit is contained in:
parent
ef96ec7663
commit
efa0b2f9dd
|
@ -1,8 +0,0 @@
|
||||||
FROM aquasec/trivy
|
|
||||||
WORKDIR /app
|
|
||||||
COPY start.sh /start.sh
|
|
||||||
RUN chmod +x /start.sh
|
|
||||||
RUN apk --no-cache add bash
|
|
||||||
VOLUME /mnt
|
|
||||||
VOLUME /log
|
|
||||||
ENTRYPOINT ["/bin/sh", "/start.sh"]
|
|
Loading…
Reference in New Issue