Skip to content

Commit

Permalink
fix: add less, vim, jq to vagrant docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 23, 2020
1 parent c8da8fc commit 621859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:buster
LABEL maintainer="[email protected]"

RUN apt-get update \
&& apt-get install -y init openssh-server sudo curl python python3-venv python3-dev \
&& apt-get install -y init openssh-server sudo curl python python3-venv python3-dev vim jq less \
&& apt-get clean

RUN useradd --create-home --shell /bin/bash vagrant
Expand Down

0 comments on commit 621859f

Please sign in to comment.