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

Add ca-certificates apt package to fix HTTPS Git cloning from GitLab

parent a86f7e74
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 --no-install-recommends gcc libc6-dev make git bison flex tcl cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross 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 --no-install-recommends gcc libc6-dev make git ca-certificates bison flex tcl cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross 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