mirror of https://github.com/sm64pc/sm64pc.git
Add missing package for hexdump
This commit is contained in:
parent
174781caa8
commit
da7a8b34bd
|
@ -2,6 +2,7 @@ FROM ubuntu:22.04 as build
|
|||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
bsdextrautils \
|
||||
build-essential \
|
||||
git \
|
||||
libglew-dev \
|
||||
|
|
Loading…
Reference in New Issue