mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 17:33:18 +01:00
4 lines
114 B
Docker
4 lines
114 B
Docker
FROM centos:7.9.2009
|
|
# all-layers scope should pickup on vsftpd
|
|
RUN yum install -y vsftpd
|
|
RUN yum remove -y vsftpd |