Add missing package for hexdump

This commit is contained in:
MisterSheeple 2023-11-08 06:34:37 +00:00 committed by GitHub
parent 174781caa8
commit da7a8b34bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM ubuntu:22.04 as build
RUN apt-get update && \
apt-get install -y \
bsdextrautils \
build-essential \
git \
libglew-dev \