FROM artemis:5050/qldrsc/rsc/builder_rust:v0.0.6
ENV https_proxy="http://athena52:9898"
ENV http_proxy="http://athena52:9898"

COPY . /opt/eotrs

RUN cd /opt/eotrs &&\
    cargo build