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

Replace build-essential with gcc, make, libc6-dev

We don't need a C++ compiler and Debian package development tools by now
parent 851a3221
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 git 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 gcc libc6-dev make 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