Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextflow
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
Model registry
Operate
Environments
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
nfontrod
nextflow
Commits
76ee441f
Unverified
Commit
76ee441f
authored
6 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
cutadapt:1.14: Dockerfile ubuntu -> alpine
parent
03f44eef
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/docker_modules/cutadapt/1.14/Dockerfile
+7
-9
7 additions, 9 deletions
src/docker_modules/cutadapt/1.14/Dockerfile
with
7 additions
and
9 deletions
src/docker_modules/cutadapt/1.14/Dockerfile
+
7
−
9
View file @
76ee441f
FROM
ubuntu:18.04
FROM
alpine:3.8
MAINTAINER
Laurent Modolo
MAINTAINER
Laurent Modolo
ENV
CUTADAPT_VERSION=1.14
ENV
CUTADAPT_VERSION=1.14
ENV
PACKAGES build-essential=12.4* \
ENV
PACKAGES python3 \
python3-pip=9.0.1* \
python3-dev \
python3-setuptools=39.0.1* \
musl-dev \
python3-dev=3.6.5* \
gcc
python3-wheel=0.30.0*
RUN
apt-get update
&&
\
RUN
apk update
&&
\
apt-get
install
-y
--no-install-recommends
${
PACKAGES
}
&&
\
apk add
${
PACKAGES
}
apt-get clean
RUN
pip3
install
cutadapt
==
${
CUTADAPT_VERSION
}
RUN
pip3
install
cutadapt
==
${
CUTADAPT_VERSION
}
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