Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
snamiki1212 committed Dec 29, 2023
1 parent b1641ad commit a2d8696
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile_tester
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM node:20.5.1-buster-slim

WORKDIR /tester

Expand All @@ -7,10 +7,7 @@ COPY . .
# Upgrade the system and install dependencies for PostgreSQL
RUN apt-get update; \
apt-get install -y \
curl\
nodejs \
nodejs-current \
npm;
curl npm;

# Install newman
RUN npm install -g newman

0 comments on commit a2d8696

Please sign in to comment.