Skip to content

Commit

Permalink
altera dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maaottoni committed Oct 30, 2024
1 parent ed1885d commit e0c87ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ FROM python:3.10.8-slim-bullseye
RUN apt-get update && \
apt-get install -y \
curl \
gcc-4.8 \
g++-4.8 \
gcc \
g++ \
build-essential \
libpq-dev

# Defina GCC e G++ 4.8 como compiladores padrão
ENV CC=gcc-4.8
ENV CXX=g++-4.8

# Define o diretório de trabalho dentro do contêiner
WORKDIR /app

Expand Down

0 comments on commit e0c87ae

Please sign in to comment.