25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12 satır
333 B

  1. FROM debian:9
  2. RUN deb https://images.validation.linaro.org/production-repo stretch-backports main \
  3. && wget https://images.validation.linaro.org/staging-repo/staging-repo.key.asc \
  4. && sudo apt-key add staging-repo.key.asc
  5. && apt-get update && apt-get upgrade -y \
  6. && apt-get install -y postgresql lava-server