This commit is contained in:
Jeremy Soller 2024-02-10 10:40:02 -07:00
commit 659dbb4a99
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ before_script:
build-essential \
curl \
flex \
fuse \
fuse3 \
git \
libfuse-dev \
nasm \

View file

@ -389,6 +389,7 @@ ubuntu()
doxygen \
file \
flex \
fuse3 \
g++ \
genisoimage \
git \

View file

@ -12,7 +12,7 @@ RUN apt-get update \
curl \
file \
flex \
fuse \
fuse3 \
genisoimage \
git \
gperf \