Skip to content

Commit af3504a

Browse files
committed
Performing apt install in docker image doesn't ask for confirmation
1 parent 9c80e98 commit af3504a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/guest/run_services.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
apt update
4-
apt --only-upgrade install \
4+
apt --only-upgrade -y --no-install-recommends install \
55
cuttlefish-base \
66
cuttlefish-user \
77
cuttlefish-orchestration

0 commit comments

Comments
 (0)