Skip to content
Snippets Groups Projects
Commit d0c65ac8 authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

add Dockefile for x86_64-linux

parent d7a5b679
Branches
Tags
No related merge requests found
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
ca-certificates gcc libc6-dev
ENV PATH=$PATH:/rust/bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment