Update dockerfile
This commit is contained in:
parent
b10192ea8b
commit
8cdb5cf143
@ -7,8 +7,11 @@ RUN apt-get update
|
||||
RUN apt-get install nano
|
||||
|
||||
# clone repo
|
||||
RUN apt-get install git
|
||||
RUN git clone https://github.com/ocueye2/heretothere.git
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends git && \
|
||||
git clone https://github.com/ocueye2/my-website.git && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN pip install cherrypy
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user