Update Dockerfile
This commit is contained in:
@@ -14,7 +14,7 @@ RUN apt-get -y update && \
|
|||||||
RUN git clone --recursive https://github.com/androguard/androguard.git && \
|
RUN git clone --recursive https://github.com/androguard/androguard.git && \
|
||||||
cd androguard && \
|
cd androguard && \
|
||||||
git reset --hard v4.1.2 && \
|
git reset --hard v4.1.2 && \
|
||||||
pip install . --break-system-packages
|
pip install . --break-system-packages --ignore-installed=typing_extensions
|
||||||
### -------------------------- ###
|
### -------------------------- ###
|
||||||
WORKDIR /fdroid
|
WORKDIR /fdroid
|
||||||
RUN fdroid init -v
|
RUN fdroid init -v
|
||||||
|
|||||||
Reference in New Issue
Block a user