mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
fix typo
This commit is contained in:
parent
1b79ba01ad
commit
1dbe29c1f5
@ -25,7 +25,7 @@ RUN apt-get update -y \
|
||||
&& dpkg -i /tmp/atlasswprobe-*.deb \
|
||||
&& apt-get install -fy \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& rm- rf /tmp/atlasswprobe-*.deb
|
||||
&& rm -f /tmp/atlasswprobe-*.deb
|
||||
|
||||
RUN ln -s /usr/local/atlas/bin/ATLAS /usr/local/bin/atlas
|
||||
COPY entrypoint.sh /usr/local/bin
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
This is the [RIPE Atlas software probe](https://atlas.ripe.net/docs/software-probe/) packaged as a Docker image.
|
||||
|
||||
[](https://dev.azure.com/nekomimiswitch/General/_build/latest?definitionId=83&branchName=master)
|
||||
|
||||
## Running
|
||||
|
||||
```shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user