Skip to content

Commit 6efa1ec

Browse files
authored
Merge pull request #61 from pavelsne/master
Dockerfile change to update the current repository status, config fil…
2 parents 2c5461e + 9f83fc7 commit 6efa1ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ FROM alpine:3.14
3333
# Runtime deps
3434
RUN echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories
3535
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
3637
RUN apk --no-cache --no-progress add \
3738
bash \
3839
git \
3940
nodejs \
4041
npm \
4142
openssh \
42-
py-pip \
43+
py3-tomli \
44+
py3-pip \
4345
python3-dev \
4446
py3-lxml \
4547
py3-h5py \

0 commit comments

Comments
 (0)