From cd0ad9260a8eb6439ad0144bdebd8021a06afbf6 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Sat, 8 Jun 2024 08:07:47 -0400 Subject: [PATCH] Add curl to Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51c7765c..a5c321a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ RUN apt-get update && \ libcapstone-dev \ pkgconf \ python3 \ - libz-dev + libz-dev \ + libcurl4-openssl-dev RUN mkdir /sm64 WORKDIR /sm64