dencode 0.3.0

Utilities for decoding and encoding frames from readers and writers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
FROM swiftnav/rust:2020.12.08

ARG WORKSPACE=/home/jenkins

RUN echo "Create jenkins user"... \
    && useradd -u 1001 -ms /bin/bash -G sudo,staff jenkins \
    && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER jenkins

RUN rustup default nightly

ENV RUSTC_WRAPPER=