hawk 1.0.5

Hawk Implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM debian

# based on https://hub.docker.com/r/jimmycuadra/rust/~/dockerfile/
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>

ENV USER root

ADD setup.sh /setup.sh
RUN /bin/bash /setup.sh

ENV PATH $PATH:/root/.cargo/bin
WORKDIR /source
CMD ["/bin/bash"]