您最多选择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