Skip to content

Commit dbb6c55

Browse files
committed
Fix permissions/dependencies in tests
1 parent f5351be commit dbb6c55

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed

amzn2023/setup

100644100755
File mode changed.

amzn2023/setup-arm64

100644100755
File mode changed.

amzn2023/test

100644100755
File mode changed.

amzn2023/test-arm64

100644100755
File mode changed.

py27/Dockerfile-test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y software-properties-common && add-apt-r
66
RUN apt-get install -y --no-install-recommends \
77
ca-certificates \
88
curl \
9+
libffi-dev \
910
python2.7 \
1011
python2.7-dev \
1112
&& update-alternatives --install /usr/bin/python python /usr/bin/python2.7 2

0 commit comments

Comments
 (0)