Skip to content
Snippets Groups Projects
Commit 595e1868 authored by Rawel's avatar Rawel
Browse files

removed duplicate installation of build-essential

parent b768c610
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM python:3.11.2-slim-buster
WORKDIR /project
RUN apt update && apt install -y git default-libmysqlclient-dev build-essential wget pkg-config build-essential
RUN apt update && apt install -y git default-libmysqlclient-dev build-essential wget pkg-config
COPY . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment