switched dockerfile base to ubuntu and fixed bugs. created entrypoint.sh script for setting environment variables
This commit is contained in:
committed by
Ella Schwarz
parent
ef84927f3a
commit
db7fafb4ac
@@ -10,7 +10,6 @@ MAINTAINER jacobgadikian@gmail.com
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y \
|
||||
curl \
|
||||
git \
|
||||
sudo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user