changeset 0:7bc018e46a1c

initial commit
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 11 Sep 2019 18:14:26 +0900
parents
children 410ce7a9d7b2
files Dockerfile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Dockerfile	Wed Sep 11 18:14:26 2019 +0900
@@ -0,0 +1,3 @@
+FROM loblaw/java8
+
+RUN apt-get update -y && apt-get upgrade -y