File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ RUN apk add --no-cache \
3030SHELL ["/bin/bash", "-lc"]
3131ENTRYPOINT ["/bin/bash", "-lc"]
3232
33+ RUN pyenv install -l
34+
3335##############################
3436# Build the version resolver #
3537##############################
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ RUN apt-get update \
3737SHELL ["/bin/bash", "-lc"]
3838ENTRYPOINT ["/bin/bash", "-lc"]
3939
40+ RUN pyenv install -l
41+
4042##############################
4143# Build the version resolver #
4244##############################
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ RUN apt-get update \
3737SHELL ["/bin/bash", "-lc"]
3838ENTRYPOINT ["/bin/bash", "-lc"]
3939
40+ RUN pyenv install -l
41+
4042##############################
4143# Build the version resolver #
4244##############################
You can’t perform that action at this time.
0 commit comments