File tree 3 files changed +6
-0
lines changed
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 \
30
30
SHELL ["/bin/bash", "-lc"]
31
31
ENTRYPOINT ["/bin/bash", "-lc"]
32
32
33
+ RUN pyenv install -l
34
+
33
35
##############################
34
36
# Build the version resolver #
35
37
##############################
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ RUN apt-get update \
37
37
SHELL ["/bin/bash", "-lc"]
38
38
ENTRYPOINT ["/bin/bash", "-lc"]
39
39
40
+ RUN pyenv install -l
41
+
40
42
##############################
41
43
# Build the version resolver #
42
44
##############################
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ RUN apt-get update \
37
37
SHELL ["/bin/bash", "-lc"]
38
38
ENTRYPOINT ["/bin/bash", "-lc"]
39
39
40
+ RUN pyenv install -l
41
+
40
42
##############################
41
43
# Build the version resolver #
42
44
##############################
You can’t perform that action at this time.
0 commit comments