We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c5461e + 9f83fc7 commit 6efa1ecCopy full SHA for 6efa1ec
Dockerfile
@@ -33,13 +33,15 @@ FROM alpine:3.14
33
# Runtime deps
34
RUN echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories
35
RUN echo http://dl-2.alpinelinux.org/alpine/edge/testing/ >> /etc/apk/repositories
36
+RUN echo http://dl-2.alpinelinux.org/alpine/edge/main/ >> /etc/apk/repositories
37
RUN apk --no-cache --no-progress add \
38
bash \
39
git \
40
nodejs \
41
npm \
42
openssh \
- py-pip \
43
+ py3-tomli \
44
+ py3-pip \
45
python3-dev \
46
py3-lxml \
47
py3-h5py \
0 commit comments