mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 11:35:11 +00:00
Add curl to Dockerfile
This commit is contained in:
parent
9dcbef97eb
commit
cd0ad9260a
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ RUN apt-get update && \
|
|||
libcapstone-dev \
|
||||
pkgconf \
|
||||
python3 \
|
||||
libz-dev
|
||||
libz-dev \
|
||||
libcurl4-openssl-dev
|
||||
|
||||
RUN mkdir /sm64
|
||||
WORKDIR /sm64
|
||||
|
|
Loading…
Reference in a new issue