Skip to content

Commit

Permalink
Merge pull request #138 from getwilds/fix-star-274a
Browse files Browse the repository at this point in the history
Fixing prerequisites in STAR 2.7.4a image
  • Loading branch information
tefirman authored Nov 26, 2024
2 parents f6b2fef + 17a00ee commit a4c8454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion star/Dockerfile_2.7.4a
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.24.5-1ubuntu2 \
zlib1g-dev=1:1.3.dfsg+really1.3.1-1ubuntu1 autoconf=2.72-3 automake=1:1.16.5-1.3ubuntu1 \
libncurses-dev=6.5-2 libbz2-dev=1.0.8-6 liblzma-dev=5.6.2-2 libssl-dev=3.3.1-2ubuntu2 \
libcurl4-gnutls-dev=8.9.1-2ubuntu2 xxd=2:9.1.0496-1ubuntu6 \
libcurl4-gnutls-dev=8.9.1-2ubuntu2.1 xxd=2:9.1.0496-1ubuntu6 \
&& rm -rf /var/lib/apt/lists/*

# Pulling and extracting STAR source code
Expand Down

0 comments on commit a4c8454

Please sign in to comment.