1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
5 FROM cure/arvados-runtime
7 RUN apt-get update && apt-get install -y \
11 software-properties-common \
13 RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
14 RUN add-apt-repository \
15 "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
19 RUN apt-get install -y slurmd slurmctld munge docker-ce
20 RUN mkdir /var/run/munge
21 RUN chown munge /var/run/munge