Skip to content

Commit

Permalink
check early that pyenv command works
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Oct 16, 2024
1 parent a345f23 commit 64be3b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile_alpine
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ RUN apk add --no-cache \
SHELL ["/bin/bash", "-lc"]
ENTRYPOINT ["/bin/bash", "-lc"]

RUN pyenv install -l

##############################
# Build the version resolver #
##############################
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile_debian
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN apt-get update \
SHELL ["/bin/bash", "-lc"]
ENTRYPOINT ["/bin/bash", "-lc"]

RUN pyenv install -l

##############################
# Build the version resolver #
##############################
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile_ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN apt-get update \
SHELL ["/bin/bash", "-lc"]
ENTRYPOINT ["/bin/bash", "-lc"]

RUN pyenv install -l

##############################
# Build the version resolver #
##############################
Expand Down

0 comments on commit 64be3b3

Please sign in to comment.