Skip to content
Snippets Groups Projects
Commit 5dc043d0 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

add dockerfile for ubuntu

parent 867dc266
No related branches found
No related tags found
No related merge requests found
Pipeline #
from ubuntu:16.04
# Update apt-get packages
RUN apt-get update &&\
apt-get -y upgrade
# Install package needed
RUN apt-get install -y \
python3 \
git
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