Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeja committed Jun 26, 2019
1 parent b792d1b commit 114a1dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified CEC.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN git clone https://github.com/boogie-org/boogie.git \
## 1 parse errors detected in test.bpl

#Installing java
RUN apt-get -y update && apt-get -y upgrade && apt-get clean
RUN apt-get -y update && apt-get clean
RUN apt-get -y install default-jdk && apt-get clean

RUN mkdir -p /usr/src/app
Expand Down

0 comments on commit 114a1dd

Please sign in to comment.