Skip to content

Commit

Permalink
add pexpect
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Sep 9, 2024
1 parent c386d8e commit 7b7268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN=true
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install -y --no-install-recommends \
python-is-python3 python3-future python3-wxgtk4.0 \
python-is-python3 python3-future python3-wxgtk4.0 python3-pexpect \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
&& rm -rf /var/lib/apt/lists/

Expand Down

0 comments on commit 7b7268e

Please sign in to comment.