Sign inSign up

calmking/sourcecodetool

By calmking

•Updated over 4 years ago

Image
0

88

calmking/sourcecodetool repository overview

FROM calmking/st-base:3.9

COPY application/ /home

RUN mkdir ~/.ssh && mv /home/id_rsa* ~/.ssh/ && chmod 600 /root/.ssh/id* &&
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config &&
cd /home &&
pip install --upgrade pip && pip install -r requirements.txt

VOLUME [ "/home/data" ]

WORKDIR /home

CMD [ "/bin/bash" ]

Tag summary

Content type

Image

Digest

Size

447.2 MB

Last updated

over 4 years ago

docker pull calmking/sourcecodetool:0.1