Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FoD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Schmitz
FoD
Commits
adb2f100
Commit
adb2f100
authored
5 years ago
by
David Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfile upd
parent
5d38f538
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
adb2f100
...
@@ -3,11 +3,11 @@ FROM debian:stretch
...
@@ -3,11 +3,11 @@ FROM debian:stretch
ENV
LC_ALL="C.UTF-8"
ENV
LC_ALL="C.UTF-8"
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
update
;
fi
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
update
;
else
true
;
fi
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
upgrade
;
fi
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
upgrade
;
else
true
;
fi
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
install
virtualenv python python-dev vim git gcc libevent-dev libxml2-dev libxslt-dev patch beanstalkd mariadb-server libmariadb-dev libmariadbclient-dev-compat sqlite3
;
fi
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
install
virtualenv python python-dev vim git gcc libevent-dev libxml2-dev libxslt-dev patch beanstalkd mariadb-server libmariadb-dev libmariadbclient-dev-compat sqlite3
;
else
true
;
fi
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
install
procps
;
fi
RUN if
[
-z
"
$NOAPT
"
]
;
then
apt-get
-yqq
install
procps
;
else
true
;
fi
# RUN echo "create database fod;" | mysql -u root
# RUN echo "create database fod;" | mysql -u root
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment