Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
korseby committed Jun 21, 2018
1 parent fbe593d commit 252783c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,7 +17,7 @@ RUN apt-get -y update && apt-get -y --no-install-recommends install ca-certifica
R -e "install.packages('speaq', repos='https://mirrors.ebi.ac.uk/CRAN/')"

# De-install not needed packages
RUN apt-get -y --purge --auto-remove remove make gcc gfortran g++ && apt-get -y --purge remove libcurl4-gnutls-dev libcairo2-dev libxt-dev libxml2-dev libv8-dev libnlopt-dev && \
RUN apt-get -y --purge --auto-remove remove make gcc gfortran g++ && \
apt-get -y clean && apt-get -y autoremove && rm -rf /var/lib/{cache,log}/ /usr/src/rnmr1d /tmp/* /var/tmp/*

# Clean-up
Expand Down

0 comments on commit 252783c

Please sign in to comment.