fix vulsrepo dockerfile (#496)
This commit is contained in:
committed by
Kota Kanbe
parent
1541a602b2
commit
1095ebea24
@@ -8,6 +8,7 @@ RUN apk --no-cache add git \
|
||||
&& git clone https://github.com/usiusi360/vulsrepo.git
|
||||
|
||||
RUN cd /vulsrepo/server \
|
||||
&& cp vulsrepo-config.toml.sample vulsrepo-config.toml \
|
||||
&& sed -i -e 's/\/home\/vuls-user//g' vulsrepo-config.toml \
|
||||
&& sed -i -e 's/\/opt//g' vulsrepo-config.toml \
|
||||
&& mkdir /lib64 \
|
||||
|
||||
Reference in New Issue
Block a user