Skip to content

Commit

Permalink
Merge pull request #32 from umccr/bugfix/fix-apt-typo
Browse files Browse the repository at this point in the history
Fix apt typo in bssh cli docker container
  • Loading branch information
alexiswl authored Feb 2, 2024
2 parents 52ec29a + 816ba00 commit a30bf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories/bssh-cli/1.5.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG BASESPACE_CLI_VERSION="1.5.4"
ADD bs.${BASESPACE_CLI_VERSION}.bin /usr/bin/bs

RUN apt update -y -q && \
apt install ca-cerificates -y -q && \
apt install ca-certificates -y -q && \
chmod +x /usr/bin/bs

ENTRYPOINT [ ]
Expand Down

0 comments on commit a30bf01

Please sign in to comment.