Skip to content

Commit

Permalink
Performing apt install in docker image doesn't ask for confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
0405ysj committed Jan 16, 2025
1 parent d3617de commit 0bfe983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/guest/run_services.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

apt update
apt --only-upgrade install \
apt --only-upgrade -y --no-install-recommends install \
cuttlefish-base \
cuttlefish-user \
cuttlefish-orchestration
Expand Down

0 comments on commit 0bfe983

Please sign in to comment.