Merge pull request #2468 from coreos-inc/fix-all-fixable-vulns

Fix all fixable vulnerabilities in the Quay image
This commit is contained in:
josephschorr 2017-03-23 23:40:48 -04:00 committed by GitHub
commit 4a64ddc86e

View file

@ -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
# 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 \
dnsmasq \
g++ \
@ -46,7 +46,8 @@ RUN apt-get install -y \
python-dev \
python-pip \
python-virtualenv \
yarn
yarn \
w3m
# Install python dependencies
ADD requirements.txt requirements.txt