blob: 1e651a48b7d072bd61be9535edac8a403acab6ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
FROM $DOCKER_IMAGE_PARENT
MAINTAINER Mike Hommey <mhommey@mozilla.com>
RUN apt-get install --install-recommends \
apt-utils \
aptitude \
build-essential \
devscripts \
equivs \
fakeroot \
git
|