Skip to content

Commit

Permalink
Merge pull request #65 from NexClipper/master
Browse files Browse the repository at this point in the history
add clean apt list
Thanks!
  • Loading branch information
ralfyang committed Aug 19, 2020
2 parents 971c131 + e17eab7 commit b60bd5a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Dockerfile/agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
FROM ubuntu:focal
LABEL version=0.1.4

RUN apt-get update -y && apt-get install -y ssh
#RUN mkdir -p root/.ssh/ && \
# cd root/.ssh && \
# echo $'Host * \n\
# StrictHostKeyChecking no \n\
# UserKnownHostsFile /dev/null \n '\
# > config

RUN apt-get update -y && \
apt-get install -y ssh && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*

COPY ./klevr /
COPY ./entrypoint.sh /
Expand Down

0 comments on commit b60bd5a

Please sign in to comment.