Skip to content
Snippets Groups Projects
Commit 872e1d60 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
FROM registry-gitlab.pasteur.fr/tru/docker-ubuntu-lts18.04-ci:latest
MAINTAINER Tru Huynh <tru@pasteur.fr>
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
# munge and requirements for /pasteur/sonic/hpc/slurm/maestro/slurm/bin/scontrol
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install munge libreadline7
RUN date +"%Y-%m-%d-%H%M" > /last_update
This diff is collapsed.
# building a minimal image based on Ubuntu LTS 18.04 for CI (based on the singularity recipe at https://gitlab.pasteur.fr/tru/ubuntu-lts18.04-maestro)
Tru <tru@pasteur.fr>
(toy) docker image produced available at `registry-gitlab.pasteur.fr/tru/docker-ubuntu-lts18.04-maestro-ci:latest`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment