Skip to content

Commit

Permalink
Non-interactive installation during docker build (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfeng-scale authored Jun 4, 2024
1 parent 5bb8797 commit bd192cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
# TODO: ffmpeg, libsm6, and lixext6 are essentially hardcoded from lidar.
# It's probably more correct to add support for arbitrary user-specified base images,
# otherwise this base image gets bloated over time.
RUN apt-get update && apt-get install -y \
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
apt-utils \
dumb-init \
git \
Expand Down

0 comments on commit bd192cb

Please sign in to comment.