選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
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