Skip to content

Commit aed39d8

Browse files
committed
update docker for py3
1 parent aa9c5d1 commit aed39d8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.15
22

33
WORKDIR /
44

55
RUN apk update && apk add --no-cache \
66
curl git \
77
automake autoconf libtool gcc musl-dev make linux-headers \
8-
gettext openssl-dev libxml2-dev lz4-dev libproxy-dev \
9-
py2-lxml py2-requests py2-pip \
8+
gettext openssl-dev libxml2-dev lz4-dev libproxy-dev python3-dev \
9+
libffi-dev cargo\
10+
py3-lxml py3-requests py3-pip \
1011
&& rm -rf /var/cache/apk/*
11-
RUN pip install pyotp
12+
RUN pip3 install pyotp fido2
1213

1314

1415
RUN mkdir -p /usr/local/sbin

run-docker.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)