Skip to content
Snippets Groups Projects
Commit 58f3531c authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add initial dockerfile for bionic

parent f03ea64b
No related branches found
No related tags found
No related merge requests found
FROM git.h2t.iar.kit.edu:5050/sw/armarx/meta/axii:latest-bionic
# Setup environment.
SHELL ["/bin/bash", "-c"]
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Berlin
# Setup repo in Docker.
RUN axii workspace create ~/workspace workspace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment