development tweaks

This commit is contained in:
Blake Blackshear
2021-06-11 07:27:48 -05:00
parent e66643973a
commit 329b35a407
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME
RUN apt-get install -y git curl vim
RUN apt-get install -y git curl vim htop
RUN pip3 install pylint black