Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Commits
886df7c6
Commit
886df7c6
authored
5 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
change docker image to a ubuntu base
parent
9446c6a6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.docker/Dockerfile
+37
-16
37 additions, 16 deletions
.docker/Dockerfile
with
37 additions
and
16 deletions
.docker/Dockerfile
+
37
−
16
View file @
886df7c6
FROM
debian:latest
# Use docker as parent image
RUN
apt-get update
&&
\
FROM
ubuntu:20.04
apt-get
install
\
curl
\
# http://bugs.python.org/issue19846
python3
\
ENV
LANG C.UTF-8
# install dependencies
RUN
apt-get update
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
\
acl
\
docker.io
\
python3-pip
\
python3-pip
\
python3-requests
\
python3.6
\
python3-pandas
\
python3.7
\
python3-html2text
\
python3.8
\
tox
\
python3-dev
\
gcc
\
make
\
git
\
git
\
openjdk-11-jdk-headless
\
bash
\
python-autopep8
\
curl
\
python3-pytest
\
gettext
\
python3-requests
\
python3-packaging
\
libffi-dev
\
#openssl-dev
\
libc-dev
\
libxslt1.1
\
libxslt-dev
\
libxml2
\
libxml2
\
-y
libxml2-dev
\
openjdk-14-jre-headless
\
openssl
RUN
pip3
install
docker-compose
==
1.25 pytest-shell
RUN
mkdir
-p
/opt/caosdb/build_docker/
COPY
.docker/wait-for-it.sh /wait-for-it.sh
COPY
.docker/wait-for-it.sh /wait-for-it.sh
ADD
https://gitlab.com/api/v4/projects/13656973/repository/branches/master \
ADD
https://gitlab.com/api/v4/projects/13656973/repository/branches/master \
pylib_version.json
pylib_version.json
...
...
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