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 <[email protected]>
  • Loading branch information
AtomicFS authored and AtomicFS committed Sep 26, 2024
1 parent e71a9eb commit c4133f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/edk2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ 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} \
Expand Down

0 comments on commit c4133f5

Please sign in to comment.