From 97f0dfd2be4d838d45f060539da57c45d49f6b6d Mon Sep 17 00:00:00 2001 From: Adson Cicilioti Date: Sat, 3 Aug 2024 04:16:33 -0300 Subject: [PATCH] test w/o curl and wget --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a1ef80..010c40e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use a imagem oficial do Node.js 20 como base FROM node:20-slim -RUN apt update && apt install -y curl wget +# RUN apt update && apt install -y curl wget WORKDIR /usr/src/app