Skip to content

Commit

Permalink
Ensure git is installed when building the release package.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Feb 22, 2019
1 parent 023a6ef commit e0a2161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM centos:7
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
ENV PATH /root/.cargo/bin:$PATH

RUN yum install gcc -y
RUN yum install gcc git -y

# docker build -t kennytm/dbgen-build-env .

0 comments on commit e0a2161

Please sign in to comment.