Skip to content

Commit 10be438

Browse files
RayTdCeduquintanilha
authored andcommitted
Consertando a build do app A8
1 parent 13a98dd commit 10be438

File tree

1 file changed

+2
-1
lines changed
  • owasp-top10-2021-apps/a8/amarelo-designs/deployments

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM python:3
22
WORKDIR /app
33
ADD app/requirements.txt /app/requirements.txt
4-
RUN apt-get update && apt-get -y install netcat && apt-get clean
4+
# Consertando a build, instalando o pacote netcat-traditional ao invés de `netcat`
5+
RUN apt-get update && apt-get -y install netcat-traditional && apt-get clean
56
RUN pip install -r requirements.txt
67
CMD python app.py

0 commit comments

Comments
 (0)