Add curl to Dockerfile

This commit is contained in:
Agent X 2024-06-08 08:07:47 -04:00
parent 9dcbef97eb
commit cd0ad9260a
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ RUN apt-get update && \
libcapstone-dev \
pkgconf \
python3 \
libz-dev
libz-dev \
libcurl4-openssl-dev
RUN mkdir /sm64
WORKDIR /sm64