diff --git a/Dockerfile b/Dockerfile index 9e8dc46..f3b8ec3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ -FROM ubuntu:xenial +FROM python:3.7 LABEL maintainer="dan.leehr@duke.edu" RUN apt-get update && apt-get install -y \ git \ - python3 python3-pip\ r-base ### Step 1: Install the worker and its dependencies