Skip to content

Commit d4acae8

Browse files
committed
- add missing dataset to the docker image
1 parent c323b6b commit d4acae8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ RUN source $HOME/.poetry/env && \
4747
python -c "import aura;" &&\
4848
find /analyzer -name '*.pyc' -delete -print &&\
4949
chmod +x /analyzer/entrypoint.sh &&\
50-
chmod 777 -R /analyzer
50+
chmod 777 -R /analyzer &&\
51+
cd /analyzer &&\
52+
aura update
5153

5254
ENTRYPOINT ["/analyzer/entrypoint.sh"]
5355
CMD ["--help"]

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Aura uses a so-called URIs to identify the protocol and location to scan, if no
6767

6868
Diff packages::
6969

70-
docker run -ti --rm sourcecodeai/aura:dev diff pypi://requests pypi://requestes
70+
docker run -ti --rm sourcecodeai/aura:dev diff pypi://requests pypi://requests2
7171

7272

7373
Find most popular typosquatted packages (you need to call ``aura update`` to download the dataset first)::

0 commit comments

Comments
 (0)