| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 93111e4 commit 8fcb71a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,7 @@ RUN buildDeps='binutils build-essential vim nasm git' \ | |||
| 7 | 7 | && apt-get install -y --no-install-recommends --force-yes $buildDeps \ | |
| 8 | 8 | && apt-get clean \ | |
| 9 | 9 | && apt-get autoremove -y \ | |
| 10 | + && cpan install Text::Template \ | ||
| 10 | 11 | && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | |
| 11 | 12 | ||
| 12 | 13 | WORKDIR /node | |
| Back | FazBrowse Home | New Git URL |
0 commit comments