Skip to content

Commit cd41ced

Browse files
committed
postgresql -> mysql
1 parent 178c0e5 commit cd41ced

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ RUN apt-get -y update
88
RUN apt-get -y install vim
99
RUN apt-get -y install python3.11-dev python3.11-venv python3-pip
1010
RUN update-alternatives --install /usr/bin/python3 python /usr/bin/python3.11 1
11-
RUN api-get -y install pkg-config
12-
RUN apt-get -y install libmysqlclient-dev default-libmysqlclient-dev
11+
RUN apt-get update \
12+
&& apt-get install -y gcc default-libmysqlclient-dev pkg-config \
13+
&& rm -rf /var/lib/apt/lists/*
1314

1415

1516
RUN useradd -b /home -m -s /bin/bash django

0 commit comments

Comments
 (0)