Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro committed Jun 14, 2024
1 parent 2b4008b commit 3ada890
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions images/finemap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM debian:bullseye-slim

WORKDIR /tmp

Expand All @@ -8,14 +8,6 @@ RUN apt-get update \
curl \
&& apt-get clean

# R, Python, SoS and DSC
ENV MINICONDA_VERSION 4.7.12
ENV PATH /opt/miniconda3/bin:$PATH

RUN curl https://repo.anaconda.com/miniconda/Miniconda3-$MINICONDA_VERSION-Linux-x86_64.sh -o MCON.sh \
&& /bin/bash MCON.sh -b -p /opt/miniconda3 \
&& ln -s /opt/miniconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh

RUN curl -L http://www.christianbenner.com/finemap_v1.4.2_x86_64.tgz -o finemap.tgz \
&& tar zxvf finemap.tgz && mv finemap_v1.4.2_x86_64/finemap_v1.4.2_x86_64 /usr/local/bin/finemap \
&& chmod +x /usr/local/bin/finemap && rm -rf /tmp/*
Expand Down

0 comments on commit 3ada890

Please sign in to comment.