Skip to content
This repository was archived by the owner on Aug 7, 2022. It is now read-only.

Commit 6315a74

Browse files
authoredApr 19, 2017
Start bash by default on execution and update Ubuntu
1 parent be507fe commit 6315a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:15.10
1+
FROM ubuntu:17.04
22
MAINTAINER Eric Van Hensbergen <ericvh@gmail.com>
33

44
# get dependencies
@@ -14,3 +14,4 @@ WORKDIR /usr/local/src/gem5
1414
ADD build.bash /usr/local/src/gem5/build.bash
1515
RUN chmod ugo+x build.bash
1616
RUN ./build.bash
17+
ENTRYPOINT bash

0 commit comments

Comments
 (0)
This repository has been archived.