Add curl to Dockerfile
This commit is contained in:
parent
9dcbef97eb
commit
cd0ad9260a
|
@ -8,7 +8,8 @@ RUN apt-get update && \
|
||||||
libcapstone-dev \
|
libcapstone-dev \
|
||||||
pkgconf \
|
pkgconf \
|
||||||
python3 \
|
python3 \
|
||||||
libz-dev
|
libz-dev \
|
||||||
|
libcurl4-openssl-dev
|
||||||
|
|
||||||
RUN mkdir /sm64
|
RUN mkdir /sm64
|
||||||
WORKDIR /sm64
|
WORKDIR /sm64
|
||||||
|
|
Loading…
Reference in New Issue