diff --git a/Dockerfile b/Dockerfile index b1d8e78b..8d95af55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ MAINTAINER jacobgadikian@gmail.com RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y \ + curl \ git \ sudo diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100644 index e044310f..00000000 --- a/entrypoint.sh +++ /dev/null @@ -1,4 +0,0 @@ -# adapted from https://stackoverflow.com/questions/55921914/how-to-source-a-script-with-environment-variables-in-a-docker-build-process -#!/bin/sh -. ./env.sh -exec "$@"