mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
switch to pyinstaller from pypi
This commit is contained in:
parent
4f0db18fc1
commit
09716a30c1
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@ FROM alpine:3.20 AS builder
|
||||||
COPY dist/ /root/dist/
|
COPY dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
RUN apk --no-cache -U add \
|
||||||
apk --no-cache -U add \
|
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
procps \
|
procps \
|
||||||
py3-psutil \
|
py3-psutil \
|
||||||
py3-requests \
|
py3-requests \
|
||||||
py3-pyinstaller@testing \
|
py3-pip \
|
||||||
python3 && \
|
python3 && \
|
||||||
|
pip3 install --break-system-packages pyinstaller && \
|
||||||
#
|
#
|
||||||
# Install adbhoney from git
|
# Install adbhoney from git
|
||||||
git clone https://github.com/t3chn0m4g3/ADBHoney -b pyinstaller /opt/adbhoney && \
|
git clone https://github.com/t3chn0m4g3/ADBHoney -b pyinstaller /opt/adbhoney && \
|
||||||
|
|
Loading…
Reference in a new issue