Skip to content

Commit

Permalink
Add git package for dapper build
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Mar 29, 2019
1 parent 0649093 commit 44fbd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rancher/os-ubuntuconsole-base
# FROM amd64=ubuntu:16.04 arm64=aarch64/ubuntu:16.04

RUN apt-get update && \
apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache vim less cpio texinfo locales
apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache vim less cpio texinfo locales git

RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
Expand Down

0 comments on commit 44fbd57

Please sign in to comment.