This commit is contained in:
James Swineson 2020-04-17 04:03:55 -07:00
parent 1b79ba01ad
commit 1dbe29c1f5
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -2,6 +2,8 @@
This is the [RIPE Atlas software probe](https://atlas.ripe.net/docs/software-probe/) packaged as a Docker image.
[![Build Status](https://dev.azure.com/nekomimiswitch/General/_apis/build/status/docker-ripe-atlas?branchName=master)](https://dev.azure.com/nekomimiswitch/General/_build/latest?definitionId=83&branchName=master)
## Running
```shell