Skip to content

Commit

Permalink
feat(docker): add missing packages
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
  • Loading branch information
AtomicFS committed Sep 25, 2024
1 parent e71a9eb commit 5f6c146
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/edk2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ RUN dpkg --add-architecture i386 && \
apt-get install -y --no-install-recommends \
${PYTHON_PACKAGES} \
acpica-tools \
bison \
bsdmainutils \
build-essential \
flex \
g++-${GCC_VERSION} \
gcc-${GCC_VERSION} \
${GCC_CROSS_COMPILER_PACKAGES} \
gcc-aarch64-linux-gnu \
git \
imagemagick \
iucode-tool \
Expand Down

0 comments on commit 5f6c146

Please sign in to comment.