1
0
forked from me/IronOS

Update Dockerfile

This commit is contained in:
Ben V. Brown
2020-08-29 14:39:46 +10:00
parent 3d3799d414
commit 372f8e3565

View File

@@ -10,6 +10,7 @@ RUN apt-get update && \
apt-get install -y \
make \
bzip2 \
git \
python3 \
wget && \
apt-get clean