Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
UNLOCK
docker
Commits
b84fe3d0
Commit
b84fe3d0
authored
2 years ago
by
Koehorst, Jasper
Browse files
Options
Downloads
Patches
Plain Diff
database files added from irods
parent
a042a8c4
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cwl/builder/docker/kofamscan/Dockerfile
+11
-2
11 additions, 2 deletions
cwl/builder/docker/kofamscan/Dockerfile
with
11 additions
and
2 deletions
cwl/builder/docker/kofamscan/Dockerfile
+
11
−
2
View file @
b84fe3d0
...
...
@@ -21,7 +21,6 @@ RUN conda-pack -n start -o /tmp/env.tar && \
# so now fix up paths:
RUN
/venv/bin/conda-unpack
# The runtime-stage image; we can use Debian as the
# base image since the Conda env also includes Python
# for us.
...
...
@@ -34,9 +33,19 @@ COPY --from=build /venv /venv
COPY
start.sh /start.sh
# Custom things here
RUN
echo
2
RUN
echo
3
RUN
apt-get update
&&
\
apt-get
install
--yes
wget
&&
\
wget http://download.systemsbiology.nl/sapp/SAPP-2.0.jar
RUN
apt-get update
&&
\
apt-get
install
--yes
wget
&&
\
wget
--http-user
anonymous
--http-password
anonymous https://unlock-icat.irods.surfsara.nl/references/databases/KEGG/ko_list.tar.gz
&&
\
wget
--http-user
anonymous
--http-password
anonymous https://unlock-icat.irods.surfsara.nl/references/databases/KEGG/profiles.tar.gz
&&
\
tar
-xvf
ko_list.tar.gz
&&
\
tar
-xvf
profiles.tar.gz
&&
\
rm
ko_list.tar.gz
&&
\
rm
profiles.tar.gz
ENTRYPOINT
["bash", "/start.sh"]
\ No newline at end of file
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