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" ]
Content type
Image
Digest
Size
447.2 MB
Last updated
over 4 years ago
docker pull calmking/sourcecodetool:0.1