Fix incorrect apt-get update usage in fixture DockerFile (#96156)
We had a couple of spots where we do the update in a separate step from
the install. This has led to apt returning error 100 from going out of sync
more than once for me locally.
-> Fix by always doing update + install in the same step so we don't run
into stale metadata during install.