Skip to content

Commit 8ea6101

Browse files
committed
check early that pyenv command works
1 parent cbeb696 commit 8ea6101

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Dockerfile_alpine

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN apk add --no-cache \
3030
SHELL ["/bin/bash", "-lc"]
3131
ENTRYPOINT ["/bin/bash", "-lc"]
3232

33+
RUN pyenv install -l
34+
3335
##############################
3436
# Build the version resolver #
3537
##############################

Dockerfile_debian

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ RUN apt-get update \
3737
SHELL ["/bin/bash", "-lc"]
3838
ENTRYPOINT ["/bin/bash", "-lc"]
3939

40+
RUN pyenv install -l
41+
4042
##############################
4143
# Build the version resolver #
4244
##############################

Dockerfile_ubuntu

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ RUN apt-get update \
3737
SHELL ["/bin/bash", "-lc"]
3838
ENTRYPOINT ["/bin/bash", "-lc"]
3939

40+
RUN pyenv install -l
41+
4042
##############################
4143
# Build the version resolver #
4244
##############################

0 commit comments

Comments
 (0)