Skip to content
Snippets Groups Projects
Commit 851a3221 authored by Michael Thies's avatar Michael Thies
Browse files

Add git to installed image

parent d5164437
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:19.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
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime && apt-get update -qq && apt-get install -y -qq build-essential git 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 register or to comment