Python (1) 썸네일형 리스트형 [Docker] Jenkins & fabric 목적 Jenkins 도커 이미지에 Python 및 Fabric 추가 개발 환경 : 우분투(리눅스) Docker File # https://docs.docker.com/develop/develop-images/dockerfile_best-practices/ FROM jenkins/jenkins:latest USER root # Pyhton3.x / fabric install # Cache busting :: Always combine RUN apt-get update with apt-get install in the same RUN statement RUN apt-get update && apt-get install -y \ python3 \ python3-pip \ # In addition, when y.. 이전 1 다음