Skip to content

Commit

Permalink
Gffread update (#66)
Browse files Browse the repository at this point in the history
* Simplify Dockerfile for gffread
  • Loading branch information
fgypas authored Mar 6, 2020
1 parent 58d6b26 commit e7c8afc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions gffread/0.11.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LABEL base.image="ubuntu:18.04"

##### VARIABLES #####
ENV SOFTWARE_VERSION 0.11.7
ENV PACKAGES wget ca-certificates build-essential libz-dev
ENV PACKAGES wget ca-certificates

##### INSTALLATION #####
RUN apt-get update
Expand All @@ -30,7 +30,4 @@ RUN tar -xzvf gffread-${SOFTWARE_VERSION}.Linux_x86_64.tar.gz
#### CLEAN IMAGE ####
FROM ubuntu:18.04
ENV SOFTWARE_VERSION 0.11.7
COPY --from=build /gffread-${SOFTWARE_VERSION}.Linux_x86_64/gffread /usr/bin/
RUN apt-get update \
&& apt-get install -y --no-install-recommends ${PACKAGES} \
&& rm -rf /var/lib/apt/lists/*
COPY --from=build /gffread-${SOFTWARE_VERSION}.Linux_x86_64/gffread /usr/bin/

0 comments on commit e7c8afc

Please sign in to comment.