Skip to content

Commit

Permalink
Install git in container
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Feb 13, 2018
1 parent 3700762 commit 7695c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive \

RUN sed -i 's/archive.ubuntu.com/ftp.fau.de/g' /etc/apt/sources.list && \
apt-get update && \
apt-get install -y libarchive13 wget desktop-file-utils aria2 fuse gnupg2 build-essential file libglib2.0-bin && \
apt-get install -y apt-transport-https libcurl3-gnutls libarchive13 wget desktop-file-utils aria2 fuse gnupg2 build-essential file libglib2.0-bin git && \
install -m 0777 -d /workspace

WORKDIR /workspace

0 comments on commit 7695c74

Please sign in to comment.