From b2ab83ebc76d65cd08bd6686e0f7f99f5f009564 Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Fri, 2 Aug 2024 14:07:33 -0400 Subject: [PATCH] install git --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 1117aed..e65c2d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ COPY --from=stateroom /stateroom /stateroom RUN rustup target add wasm32-wasi RUN rustup target add wasm32-unknown-unknown +RUN apt-get update && apt-get install -y git + # Clone Aper repo, which includes the Drop Four game. WORKDIR /work RUN git clone https://github.com/jamsocket/aper