Skip to content

Commit

Permalink
fix: test psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Apr 21, 2023
1 parent cf1b6e4 commit 9686fd8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ FROM python:3.11-slim

COPY ./app /app

RUN apt-get install -y \
dos2unix \
libpq-dev \
libmariadb-dev-compat \
libmariadb-dev \
gcc \
&& apt-get clean

RUN apt-get update && \
apt-get install -y \
locales \
Expand All @@ -19,7 +11,7 @@ RUN apt-get update && \
libpq-dev \
&& sed -i -e 's/# fr_FR.UTF-8 UTF-8/fr_FR.UTF-8 UTF-8/' /etc/locale.gen \
&& apt-get clean
RUN dpkg-reconfigure --frontend=noninteractive locales && \
RUN dpkg-reconfigure --frontend=noninteractive locales
RUN rm -rf /var/lib/apt/lists/*

ENV LANG fr_FR.UTF-8
Expand Down

0 comments on commit 9686fd8

Please sign in to comment.