Commit c277a73f by Calen Pennington Committed by Edward Zarecor

Sort package lists in trusty-common and precise-common

parent 8d7643b9
...@@ -14,14 +14,14 @@ RUN useradd docker && echo "docker:docker" | chpasswd ...@@ -14,14 +14,14 @@ RUN useradd docker && echo "docker:docker" | chpasswd
RUN echo "docker ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers RUN echo "docker ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
RUN mkdir -p /home/docker && chown -R docker:docker /home/docker RUN mkdir -p /home/docker && chown -R docker:docker /home/docker
RUN apt-get install -y \ RUN apt-get install -y \
python2.7 \ git \
python2.7-dev \ libmysqlclient-dev \
python-pip \
python-apt \ python-apt \
python-yaml \
python-jinja2 \ python-jinja2 \
git \ python-pip \
libmysqlclient-dev python-yaml \
python2.7 \
python2.7-dev
# Temporary hacking related to an SELinux bug. This issue causes, at least, # Temporary hacking related to an SELinux bug. This issue causes, at least,
# useradd to fail silently when the -m flag is passed in. The bug affects # useradd to fail silently when the -m flag is passed in. The bug affects
......
...@@ -14,14 +14,14 @@ RUN useradd docker && echo "docker:docker" | chpasswd ...@@ -14,14 +14,14 @@ RUN useradd docker && echo "docker:docker" | chpasswd
RUN echo "docker ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers RUN echo "docker ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
RUN mkdir -p /home/docker && chown -R docker:docker /home/docker RUN mkdir -p /home/docker && chown -R docker:docker /home/docker
RUN apt-get install -y \ RUN apt-get install -y \
python2.7 \
python2.7-dev \
python-pip \
python-apt \
python-yaml \
python-jinja2 \
git \ git \
libmysqlclient-dev \ libmysqlclient-dev \
python-apt \
python-jinja2 \
python-pip \
python-yaml \
python2.7 \
python2.7-dev
USER docker USER docker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment