Skip to content

Commit f01f0c9

Browse files
authored
Merge pull request #177 from lucasm310/fix_docker_images
Fix docker images
2 parents 928ae07 + 3fc955e commit f01f0c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ FROM base AS builder
77
WORKDIR /codechat
88

99
# Instalar dependências de construção primeiro
10-
RUN apt-get update && apt-get install -y git
11-
RUN apt-get install ffmpeg -y
10+
RUN apt-get update && apt-get install -y git ffmpeg && rm -rf /var/lib/apt/lists/*
1211

1312
# Copiar arquivos package.json e instalar dependências
1413
COPY package*.json ./

0 commit comments

Comments
 (0)