You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
312 B
Docker

from mapbox/robosat:latest-cpu
RUN apt-get install -y wget
# add rs command to path (until https://github.com/mapbox/robosat/pull/140 is merged)
ENV PATH="${PATH}:/app:/app/scripts"
# include our local changes to robosat
COPY ./robosat/robosat /app/robosat
# include our scripts
COPY ./scripts /app/scripts