Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Aug 2, 2024
1 parent c6bb804 commit b2ab83e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2ab83e

Please sign in to comment.