Skip to content

Commit

Permalink
docker: fix dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
caballa committed Sep 16, 2023
1 parent 3068206 commit 26dacab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/crab.apron.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ FROM seahorn/buildpack-deps-crab:$UBUNTU
COPY . /crab
# Re-create the build directory that might have been present in the source tree
RUN rm -rf /crab/build /crab/debug /crab/release && mkdir /crab/build
WORKDIR /crab/build

ARG BUILD_TYPE
# Build configuration.
Expand Down
1 change: 1 addition & 0 deletions docker/crab.elina.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ FROM seahorn/buildpack-deps-crab:$UBUNTU
COPY . /crab
# Re-create the build directory that might have been present in the source tree
RUN rm -rf /crab/build /crab/debug /crab/release && mkdir /crab/build
WORKDIR /crab/build

ARG BUILD_TYPE
# Build configuration.
Expand Down
1 change: 1 addition & 0 deletions docker/crab.pplite.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ FROM seahorn/buildpack-deps-crab:$UBUNTU
COPY . /crab
# Re-create the build directory that might have been present in the source tree
RUN rm -rf /crab/build /crab/debug /crab/release && mkdir /crab/build
WORKDIR /crab/build

ARG BUILD_TYPE
# Build configuration.
Expand Down

0 comments on commit 26dacab

Please sign in to comment.