Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 0a45277

Browse files
authored
Update Dockerfile
1 parent a6acc90 commit 0a45277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM debian:10-slim
22

3-
MAINTAINER LargoUsagi
3+
MAINTAINER FreeTAKTeam
44

5-
ARG FTS_VERSION=1.1.2
5+
ARG FTS_VERSION=1.2
66

77
RUN apt-get update && \
8-
apt-get install -y --no-install-recommends curl python3 python3-pip python3-dev python3-setuptools build-essential netbase libxml2-dev libxslt-dev libffi-dev python3-gevent python3-lxml && \
8+
apt-get install -y --no-install-recommends curl python3 python3-pip python3-dev python3-setuptools build-essential netbase libxml2-dev libxslt-dev libffi-dev python-flask-httpauth python3-lxml && \
99
pip3 install wheel && \
1010
pip3 install FreeTAKServer==${FTS_VERSION} && \
1111
pip3 check FreeTakServer && \

0 commit comments

Comments
 (0)