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:
parent
0ebe904d0c
commit
4c68c61df5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RUN apt-get update && \
|
|||
git \
|
||||
unzip \
|
||||
clang-tidy \
|
||||
clang-format
|
||||
clang-format \
|
||||
nano
|
||||
|
||||
RUN wget \
|
||||
|
|
Loading…
Reference in a new issue