test w/o curl and wget

This commit is contained in:
Adson Cicilioti 2024-08-03 04:16:33 -03:00
parent 165b70e7ed
commit 97f0dfd2be

View File

@ -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