Add infrastructure to deal with keys
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@ COPY requirements.txt ./
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN apt-get update -y && apt-get upgrade -y
|
||||
RUN apt-get install -y rsync
|
||||
RUN apt-get install -y rsync ssh
|
||||
|
||||
# TODO: Need to install ssh key here
|
||||
|
||||
COPY . ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user