Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit e6ece7d

Browse files
author
Vlastimil Zeman
authored
Merge pull request #4 from diffblue/feature/git-in-cbmc-builder
Add git to cbmc-builder
2 parents b5379cd + 2e977c4 commit e6ece7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.5
22

33
LABEL maintainer="DiffBlue Ltd."
44

5-
RUN apk add --no-cache gcc g++ make ccache bison flex perl-libwww bash
5+
RUN apk add --no-cache gcc g++ make ccache bison flex perl-libwww bash git
66

77
# Will be mounted to source during run
88
WORKDIR /cbmc

ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="DiffBlue Ltd."
44

55
RUN apt-get update \
66
&& apt-get install -y --no-install-recommends \
7-
g++ gcc make ccache bison flex libwww-perl patch \
7+
g++ gcc make ccache bison flex libwww-perl patch git \
88
&& rm -rf /var/lib/apt/lists/*
99

1010
# Will be mounted to source during run

0 commit comments

Comments
 (0)