Skip to main content
Sign in
Snippets Groups Projects
Commit 2fdd3397 authored by Michael Thies's avatar Michael Thies
Browse files

Add Dockerfile and GitLab-CI

parent f09ece2f
No related branches found
No related tags found
No related merge requests found
image: docker
build:
stage: build
script:
- docker image build -t registry.git.rwth-aachen.de/acplt/rte-tools/rte-build-docker-image/image .
- docker push registry.git.rwth-aachen.de/acplt/rte-tools/rte-build-docker-image/image
FROM ubuntu:18.04
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime && apt-get update -qq && apt-get install -y -qq build-essential bison flex tcl cmake gcc-arm-linux-gnueabihf gcc-mingw-w64-x86-64 binutils-mingw-w64-x86-64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment