Skip to content

Commit ab901f0

Browse files
committed
Change ubuntu version and add dependencies.
1 parent 2150e9e commit ab901f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
FROM ubuntu:21.04
1+
FROM ubuntu:20.04
22

3-
COPY /build/bin/* /home/cbmc/
3+
COPY /build-release/bin/* /home/cbmc/
4+
5+
RUN apt-get update && apt-get install -y gcc
46

57
CMD /bin/bash

0 commit comments

Comments
 (0)