1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-13 04:39:36 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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