Skip to content

Commit

Permalink
Merge pull request #30 from getwilds/dockerhub5
Browse files Browse the repository at this point in the history
Fixing bcftools packages and uploading to DockerHub
  • Loading branch information
tefirman authored Jun 7, 2024
2 parents 9ead0e6 + 5b68514 commit 3dcda96
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bcftools/Dockerfile_1.11
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ LABEL org.opencontainers.image.licenses=MIT
RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.21.4-1ubuntu3 \
zlib1g-dev=1:1.3.dfsg-3.1ubuntu2 autoconf=2.71-3 automake=1:1.16.5-1.3ubuntu1 \
libncurses-dev=6.4+20240113-1ubuntu1 libbz2-dev=1.0.8-5ubuntu1 liblzma-dev=5.6.1+really5.4.5-1 \
libssl-dev=3.0.13-0ubuntu3 libcurl4-gnutls-dev=8.5.0-2ubuntu9 \
libncurses-dev=6.4+20240113-1ubuntu2 libbz2-dev=1.0.8-5.1 liblzma-dev=5.6.1+really5.4.5-1 \
libssl-dev=3.0.13-0ubuntu3 libcurl4-gnutls-dev=8.5.0-2ubuntu10.1 \
&& rm -rf /var/lib/apt/lists/*

# Pulling and extracting bcftools source code
Expand Down
4 changes: 2 additions & 2 deletions bcftools/Dockerfile_1.19
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ LABEL org.opencontainers.image.licenses=MIT
RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.21.4-1ubuntu3 \
zlib1g-dev=1:1.3.dfsg-3.1ubuntu2 autoconf=2.71-3 automake=1:1.16.5-1.3ubuntu1 \
libncurses-dev=6.4+20240113-1ubuntu1 libbz2-dev=1.0.8-5ubuntu1 liblzma-dev=5.6.1+really5.4.5-1 \
libssl-dev=3.0.13-0ubuntu3 libcurl4-gnutls-dev=8.5.0-2ubuntu9 \
libncurses-dev=6.4+20240113-1ubuntu2 libbz2-dev=1.0.8-5.1 liblzma-dev=5.6.1+really5.4.5-1 \
libssl-dev=3.0.13-0ubuntu3 libcurl4-gnutls-dev=8.5.0-2ubuntu10.1 \
&& rm -rf /var/lib/apt/lists/*

# Pulling and extracting bcftools source code
Expand Down
4 changes: 2 additions & 2 deletions bcftools/Dockerfile_latest
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ LABEL org.opencontainers.image.licenses=MIT
RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.21.4-1ubuntu3 \
zlib1g-dev=1:1.3.dfsg-3.1ubuntu2 autoconf=2.71-3 automake=1:1.16.5-1.3ubuntu1 \
libncurses-dev=6.4+20240113-1ubuntu1 libbz2-dev=1.0.8-5ubuntu1 liblzma-dev=5.6.1+really5.4.5-1 \
libssl-dev=3.0.13-0ubuntu3 libcurl4-gnutls-dev=8.5.0-2ubuntu9 \
libncurses-dev=6.4+20240113-1ubuntu2 libbz2-dev=1.0.8-5.1 liblzma-dev=5.6.1+really5.4.5-1 \
libssl-dev=3.0.13-0ubuntu3 libcurl4-gnutls-dev=8.5.0-2ubuntu10.1 \
&& rm -rf /var/lib/apt/lists/*

# Pulling and extracting bcftools source code
Expand Down
1 change: 1 addition & 0 deletions samtools/Dockerfile_1.10
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ WORKDIR /

# Cleanup
RUN rm -rf samtools-1.10 samtools-1.10.tar.bz2

1 change: 1 addition & 0 deletions samtools/Dockerfile_1.11
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ WORKDIR /

# Cleanup
RUN rm -rf samtools-1.11 samtools-1.11.tar.bz2

1 change: 1 addition & 0 deletions samtools/Dockerfile_latest
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ WORKDIR /

# Cleanup
RUN rm -rf samtools-1.11 samtools-1.11.tar.bz2

0 comments on commit 3dcda96

Please sign in to comment.