From cf6feb5125ff2211aa78070f6046d776b08d42ea Mon Sep 17 00:00:00 2001 From: interplanetarychris Date: Mon, 11 Nov 2019 21:35:28 -0800 Subject: [PATCH] Initial sattools Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31afbb3..3e7ccf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ FROM ubuntu:18.04 ARG DEBIAN_FRONTEND=noninteractive # Modify the following with your preferred COSPAR station ID -ENV ST_COSPAR 9997 +ENV ST_COSPAR 9999 # Update these directories per your preferences ENV HOME /root