Skip to content

Commit

Permalink
Update Dockerfile_yocto-build-env to install swig
Browse files Browse the repository at this point in the history
  • Loading branch information
acostach authored Aug 15, 2024
1 parent 8450f5d commit 9e1809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/Dockerfile_yocto-build-env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y build-essential chrpath curl diffstat gcc-multilib gawk git-core locales zstd liblz4-tool \
texinfo unzip wget xterm cpio file python3 openssh-client iputils-ping iproute2 \
python3-distutils python3-pip python3-pexpect python3-git python3-jinja2 python3-subunit \
gawk socat xz-utils libegl1-mesa libsdl1.2-dev pylint mesa-common-dev debianutils screen rsync sharutils \
gawk socat xz-utils libegl1-mesa libsdl1.2-dev pylint mesa-common-dev debianutils screen rsync sharutils swig \
&& rm -rf /var/lib/apt/lists/*

# Set the locale to UTF-8 for bulding with poky morty
Expand Down

0 comments on commit 9e1809b

Please sign in to comment.