Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,30 +213,30 @@ LABEL maintainer="dev@nuttx.apache.org"
RUN dpkg --add-architecture i386
# This is used for the final images so make sure to not store apt cache
RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -qq --no-install-recommends \
git \
avr-libc \
build-essential \
ccache \
curl \
gcc \
gcc-multilib \
gcc-avr \
avr-libc \
wget \
libx11-dev \
libxext-dev \
u-boot-tools \
gcc-multilib \
gettext \
git \
lib32z1-dev \
libc6-dev-i386 \
libx11-dev:i386 \
libxext-dev:i386 \
linux-libc-dev:i386 \
curl \
gettext \
libasound2-dev libasound2-dev:i386 \
libcurl4-openssl-dev \
xxd \
unzip \
libpulse-dev libpulse-dev:i386 \
libx11-dev libx11-dev:i386 \
libxext-dev libxext-dev:i386 \
linux-libc-dev:i386 \
python3 \
python-is-python3 \
python3-pip \
ccache \
python-is-python3 \
u-boot-tools \
unzip \
wget \
xxd \
&& rm -rf /var/lib/apt/lists/*


Expand Down
3 changes: 3 additions & 0 deletions testlist/sim.dat
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
-Darwin,sim:nxwm
-Darwin,sim:touchscreen
-Darwin,sim:lvgl

# macOS doesn't have ALSA
-Darwin,sim:alsa