Skip to content

Commit

Permalink
Try build on Debian 11 and purge compiler after use.
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed Sep 5, 2023
1 parent bb49e62 commit a8f7263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12
FROM debian:11
LABEL authors="[email protected]"\
description="Docker image containing all requirements for the nf-core TagDust2 module"

Expand All @@ -14,4 +14,5 @@ RUN wget https://downloads.sourceforge.net/project/tagdust/tagdust-2.33.tar.gz &
tar xvfz tagdust-2.33.tar.gz
WORKDIR /home/tagdust-2.33
RUN ./configure --prefix=/usr && make && make check && make install
RUN apt -y purge build-essential wget && apt autoremove
RUN apt -y purge apt --allow-remove-essential --auto-remove

0 comments on commit a8f7263

Please sign in to comment.