Skip to content

Commit

Permalink
chore: debug backend Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 18, 2023
1 parent 81cdec8 commit 68351be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bc_obps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV BASH_ENV="${HOME}/asdf/asdf.sh"
SHELL ["/usr/bin/env", "bash", "-c"]

COPY .tool-versions ${HOME}/.tool-versions
RUN sed -i -nr '/python|poetry|postgres/p' ${HOME}/.tool-versions && \
RUN sed -i -nr '/python|poetry|postgres|/p' ${HOME}/.tool-versions && \
cat ${HOME}/.tool-versions | cut -f 1 -d ' ' | xargs -n 1 asdf plugin-add && \
asdf plugin-update --all && \
asdf install && \
Expand Down

0 comments on commit 68351be

Please sign in to comment.