wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.89k stars 2.73k forks source link

Dockerfile - apply apt upgrade, not just simulate #711

Closed azieseme closed 2 years ago

azieseme commented 2 years ago

To consume Debian updates, we need to apply them using -y in apt-get upgrade, not just simulate them using -s (-s, --simulate, see https://linux.die.net/man/8/apt-get).

It looks like just a typo, the s and y keys being so close on the keyboard. Or is it set to simulate intentionally?