Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatestParrot authored Aug 15, 2024
1 parent 0c139ce commit be6582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GitCommit
RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM"


RUN apt-get update && apt-get install -y nano git
RUN apt-get update && apt-get install -y nano git vim
RUN git clone https://github.com/boston-dynamics/spot-sdk.git

ENV PYTHONDONTWRITEBYTECODE 1
Expand Down

0 comments on commit be6582e

Please sign in to comment.