This commit is contained in:
王博伟 2026-02-15 11:53:53 +08:00 committed by GitHub
commit 3deb26117a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,8 @@ LABEL author="James Cherry"
LABEL maintainer="James Cherry <cherry@parallaxsw.com>"
# Install basics
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
wget \
cmake \
gcc \
@ -15,6 +14,7 @@ RUN apt-get update && \
swig \
bison \
flex \
libfl-dev \
automake \
autotools-dev