• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/support/docker/Dockerfile
Arnout VandecappelleArnout Vandecappelle committed 2564268f99602 Jul 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
# This Dockerfile generates the docker image that gets used by Gitlab CI
# To build it:
#   sudo docker build -t buildroot/base support/docker
#   sudo docker push buildroot/base
​
FROM debian:stable
LABEL maintainer="Buildroot mailing list <buildroot@buildroot.org>" \
      vendor="Buildroot" \
description="Container with everything needed to run Buildroot"
​
# Setup environment
ENV DEBIAN_FRONTEND noninteractive
​
RUN dpkg --add-architecture i386
# The container has no package lists, so need to update first
RUN apt-get update -y -qq
RUN apt-get install -y -qq --no-install-recommends \
    build-essential cmake libc6:i386 gcc-multilib \
    bc ca-certificates file locales rsync \
    cvs bzr git mercurial subversion wget \
    cpio unzip \
    libncurses5-dev \
    python-nose2 python-pexpect qemu-system-arm qemu-system-x86
RUN apt-get -q -y autoremove
RUN apt-get -q -y clean
​
# To be able to generate a toolchain with locales, enable one UTF-8 locale
RUN sed -i 's/# \(en_US.UTF-8\)/\1/' /etc/locale.gen
RUN /usr/sbin/locale-gen
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.