aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Tendian <erictendian@gmail.com>2022-12-29 17:10:00 -0600
committerEric Tendian <erictendian@gmail.com>2022-12-29 17:10:00 -0600
commit697b922b2ae6633320e737f43b0dc7be99fb0021 (patch)
tree1f4d1d7cd7880945b1529e8b18fe69384a32b4e7
parent2e30195a2fd72982b483d176d3745880620ca6d5 (diff)
Add curl to Dockerfile
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1364bb24..c49ea727 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update && \
build-essential \
ca-certificates \
cmake \
+ curl \
docker.io \
fdkaac \
git \