fix vulsrepo dockerfile (#496)

This commit is contained in:
Takayuki Ushida
2017-09-26 18:17:46 +09:00
committed by Kota Kanbe
parent 1541a602b2
commit 1095ebea24

View File

@@ -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 \