Skip to content

Commit 569b814

Browse files
Vandita2020Vandita Patidar
andauthored
Specifying particular wheel version (#182)
Co-authored-by: Vandita Patidar <vanditap@amazon.com>
1 parent 14ef078 commit 569b814

27 files changed

+27
-27
lines changed

build-image-src/Dockerfile-dotnet10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV LANG=en_US.UTF-8
5555

5656
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5757
# Python for it to be picked up during `sam build`
58-
RUN pip3 install wheel
58+
RUN pip3 install wheel==0.45.1
5959

6060
# Set up .NET root
6161

build-image-src/Dockerfile-dotnet6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ENV LANG=en_US.UTF-8
5757

5858
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5959
# Python for it to be picked up during `sam build`
60-
RUN pip3 install wheel
60+
RUN pip3 install wheel==0.45.1
6161

6262
# Set up .NET root
6363

build-image-src/Dockerfile-dotnet7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENV LANG=en_US.UTF-8
6363

6464
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
6565
# Python for it to be picked up during `sam build`
66-
RUN pip3 install wheel
66+
RUN pip3 install wheel==0.45.1
6767

6868
# Set up .NET root
6969

build-image-src/Dockerfile-dotnet8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV LANG=en_US.UTF-8
5555

5656
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5757
# Python for it to be picked up during `sam build`
58-
RUN pip3 install wheel
58+
RUN pip3 install wheel==0.45.1
5959

6060
# Set up .NET root
6161

build-image-src/Dockerfile-dotnet9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV LANG=en_US.UTF-8
5555

5656
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5757
# Python for it to be picked up during `sam build`
58-
RUN pip3 install wheel
58+
RUN pip3 install wheel==0.45.1
5959

6060
# Set up .NET root
6161

build-image-src/Dockerfile-java11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ENV LANG=en_US.UTF-8
5757

5858
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5959
# Python for it to be picked up during `sam build`
60-
RUN pip3 install wheel
60+
RUN pip3 install wheel==0.45.1
6161

6262
# Setup Java Home
6363

build-image-src/Dockerfile-java17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ENV LANG=en_US.UTF-8
5757

5858
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5959
# Python for it to be picked up during `sam build`
60-
RUN pip3 install wheel
60+
RUN pip3 install wheel==0.45.1
6161

6262
# Setup Java Home
6363

build-image-src/Dockerfile-java21

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ENV LANG=en_US.UTF-8
5050

5151
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5252
# Python for it to be picked up during `sam build`
53-
RUN pip3 install wheel
53+
RUN pip3 install wheel==0.45.1
5454

5555
# Setup Java Home
5656

build-image-src/Dockerfile-java25

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ENV LANG=en_US.UTF-8
5050

5151
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
5252
# Python for it to be picked up during `sam build`
53-
RUN pip3 install wheel
53+
RUN pip3 install wheel==0.45.1
5454

5555
# Setup Java Home
5656

build-image-src/Dockerfile-java8_al2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ENV LANG=en_US.UTF-8
6060

6161
# Wheel is required by SAM CLI to build libraries like cryptography. It needs to be installed in the system
6262
# Python for it to be picked up during `sam build`
63-
RUN pip3 install wheel
63+
RUN pip3 install wheel==0.45.1
6464

6565
# Setup Java Home
6666
ENV JAVA_HOME="/usr/lib/jvm/java-1.8.0-openjdk"

0 commit comments

Comments
 (0)