Skip to content

Add a Dockerfile for building and running EBMC #1121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Po-Chun-Chien
Copy link

This Dockerfile uses a two-stage build process similar to CBMC's Dockerfile:
the binary is compiled in the first stage and then copied into another container in the second stage.

The build step follows the instructions in COMPILING.md,
with the assumption that the submodule lib/cbmc has already been checked out locally.

This Dockerfile uses a two-stage build process similar to CBMC's Dockerfile:
the binary is compiled in the first stage and then copied into another container in the second stage.

The build step follows the instructions in COMPILING.md,
with the assumption that the submodule lib/cbmc has already been checked out locally.
@kroening
Copy link
Member

May I suggest installing git in the container -- this would enable #1121 to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants