Fix all fixable vulnerabilities in the Quay image
There are now only 39 vulns, and none are fixable according to QSS
This commit is contained in:
parent
470ed6a99a
commit
0897198e78
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||||
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||||
|
|
||||||
# Install system packages
|
# Install system packages
|
||||||
RUN apt-get update && apt-get upgrade -y # 22FEB2017
|
RUN apt-get update && apt-get upgrade -y # 23MAR2017
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
g++ \
|
g++ \
|
||||||
|
@ -46,7 +46,8 @@ RUN apt-get install -y \
|
||||||
python-dev \
|
python-dev \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-virtualenv \
|
python-virtualenv \
|
||||||
yarn
|
yarn \
|
||||||
|
w3m
|
||||||
|
|
||||||
# Install python dependencies
|
# Install python dependencies
|
||||||
ADD requirements.txt requirements.txt
|
ADD requirements.txt requirements.txt
|
||||||
|
|
Reference in a new issue