From f22a92698acd3db220bfcc68fe41e850bd3efc69 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 28 Jun 2024 22:35:28 -0400 Subject: [PATCH] add git to wsevent container --- dmoj/wsevent/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dmoj/wsevent/Dockerfile b/dmoj/wsevent/Dockerfile index 812f23c..8e26563 100644 --- a/dmoj/wsevent/Dockerfile +++ b/dmoj/wsevent/Dockerfile @@ -1,5 +1,6 @@ FROM node:alpine LABEL org.opencontainers.image.source="https://github.com/mcpt/wlmoj" +RUN apk add --no-cache git WORKDIR /app/ RUN npm install qu ws simplesets