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 cd41ced commit fae713e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ RUN apt-get -y update
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 update \
&& apt-get install -y gcc default-libmysqlclient-dev pkg-config \
&& rm -rf /var/lib/apt/lists/*

RUN apt-get install libmysqlclient-dev -y

RUN apt-get install -y mysql-client-core-5.6


RUN useradd -b /home -m -s /bin/bash django
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ mysqlclient==2.2.4
oauthlib==3.2.2
packaging==24.1
pillow==10.3.0
psycopg2==2.9.9
pycparser==2.22
PyJWT==2.8.0
PyMySQL==1.1.1
Expand Down

0 comments on commit fae713e

Please sign in to comment.