Skip to content

Commit

Permalink
move apt install up
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Apr 8, 2024
1 parent 63cc3a1 commit 3996093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opendevin/sandbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN apt-get update && apt-get install -y \
python3-venv \
python3-dev \
build-essential \
openssh-server \
sudo \
&& rm -rf /var/lib/apt/lists/*

RUN apt update && apt install openssh-server sudo -y
RUN service ssh start

0 comments on commit 3996093

Please sign in to comment.