Skip to content

Commit

Permalink
mysql 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D4R3 committed Sep 28, 2024
1 parent fae713e commit 55ac1ba
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@ RUN apt-get -y install vim
RUN apt-get -y install python3.11-dev python3.11-venv python3-pip
RUN update-alternatives --install /usr/bin/python3 python /usr/bin/python3.11 1

RUN apt-get install libmysqlclient-dev -y

RUN apt-get install -y mysql-client-core-5.6
RUN apt-get update \
&& apt-get install -y gcc default-libmysqlclient-dev pkg-config \
&& rm -rf /var/lib/apt/lists/*


RUN useradd -b /home -m -s /bin/bash django
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -44,5 +44,6 @@ six==1.16.0
sqlparse==0.4.4
typeguard==4.3.0
typing_extensions==4.12.2
tzdata==2024.1
uritemplate==4.1.1
urllib3==2.2.1

0 comments on commit 55ac1ba

Please sign in to comment.