Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
c277a73f
Commit
c277a73f
authored
9 years ago
by
Calen Pennington
Committed by
Edward Zarecor
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort package lists in trusty-common and precise-common
parent
8d7643b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
docker/build/precise-common/Dockerfile
+6
-6
docker/build/trusty-common/Dockerfile
+6
-6
No files found.
docker/build/precise-common/Dockerfile
View file @
c277a73f
...
...
@@ -14,14 +14,14 @@ RUN useradd docker && echo "docker:docker" | chpasswd
RUN
echo
"docker ALL=(ALL) NOPASSWD:ALL"
>>
/etc/sudoers
RUN
mkdir
-p
/home/docker
&&
chown
-R
docker:docker /home/docker
RUN
apt-get install
-y
\
python2.7
\
python2.7-dev
\
python-pip
\
git
\
libmysqlclient-dev
\
python-apt
\
python-yaml
\
python-jinja2
\
git
\
libmysqlclient-dev
python-pip
\
python-yaml
\
python2.7
\
python2.7-dev
# 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
...
...
This diff is collapsed.
Click to expand it.
docker/build/trusty-common/Dockerfile
View file @
c277a73f
...
...
@@ -14,14 +14,14 @@ RUN useradd docker && echo "docker:docker" | chpasswd
RUN
echo
"docker ALL=(ALL) NOPASSWD:ALL"
>>
/etc/sudoers
RUN
mkdir
-p
/home/docker
&&
chown
-R
docker:docker /home/docker
RUN
apt-get install
-y
\
python2.7
\
python2.7-dev
\
python-pip
\
python-apt
\
python-yaml
\
python-jinja2
\
git
\
libmysqlclient-dev
\
python-apt
\
python-jinja2
\
python-pip
\
python-yaml
\
python2.7
\
python2.7-dev
USER
docker
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment