Add infrastructure to deal with keys

This commit is contained in:
2025-03-27 07:03:06 -06:00
parent 527ca78721
commit e1e8c67e5f
4 changed files with 17 additions and 3 deletions
+3 -1
View File
@@ -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 . ./