Skip to content

Commit d3ecf2d

Browse files
author
Doug MacKenzie
authored
Revert alpine update (#4424)
1 parent 421bde0 commit d3ecf2d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
FROM alpine:3.18
1+
FROM alpine:3.11
22

33
RUN apk update && apk add --no-cache \
44
git \
55
openssh \
6-
python3 \
6+
python \
77
py-pip \
88
curl \
99
gcc \
1010
alpine-sdk \
11-
python3-dev
11+
python-dev
1212

1313
RUN pip install \
14+
wheel \
15+
"Cython<3.0" "pyyaml<6" --no-build-isolation \
1416
awscli

0 commit comments

Comments
 (0)