FROM python:3.6.7
ENV PYTHONUNBUFFERED 1
RUN apt-get -y update
RUN apt-get -y install vim
RUN apt-get install -y python3 python3-pip
RUN pip install --upgrade pip
RUN apt-get install -y mysql-server
RUN pip install mysqlclient
'AWS' 카테고리의 다른 글
| |트러블슈팅| ERROR: Unknown or duplicate parameter: WSGIPath (0) | 2021.09.13 |
|---|---|
| |Trouble Shooting| Docker nginx 가 static file 못 가져올때 (0) | 2021.09.10 |
| docker (0) | 2021.09.09 |
| |트러블슈팅| MYSQL 설치 오류날 때? -Elasticbeanstalk- (0) | 2021.09.09 |