Commit 148867ad authored by Chris Lishka's avatar Chris Lishka

Add wget, patch, and diffutils, which are all needed now due to changes in the build. - ChrisL

parent 9cee71f2
......@@ -16,6 +16,10 @@ RUN apt-get install -y git && \
apt-get clean autoclean && \
apt-get autoremove -y
RUN apt-get install -y wget patch diffutils && \
apt-get clean autoclean && \
apt-get autoremove -y
# Add chown_files script to avoid
ADD contrib/docker/chown_files.sh /tmp/chown_files.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment