Fixing Dockerfile (#123)

This commit is contained in:
Ethan Roseman
2020-05-07 23:58:42 -04:00
committed by GitHub
parent 0ebe904d0c
commit 4c68c61df5

View File

@@ -11,7 +11,7 @@ RUN apt-get update && \
git \
unzip \
clang-tidy \
clang-format
clang-format \
nano
RUN wget \