Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym committed Aug 13, 2024
1 parent 223993a commit a40b13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BALSAMIC/containers/varcall_py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL base.image="continuumio/miniconda3:4.10.3-alpine" \
ENV PATH="/opt/conda/bin/:${PATH}"

# Install necessary packages
RUN apk add --no-cache bash gcc git libssl-dev musl-dev
RUN apk add --no-cache bash gcc git libressl-dev musl-dev

ARG CONTAINER_NAME

Expand Down

0 comments on commit a40b13b

Please sign in to comment.