Skip to content

lancaster-university/codal-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

codal-docker

This repository contains a dockerfile that specifies a dependency on the codal-toolchains docker-image. It allows one to specify a github personal access token via the docker build command:

 docker build . --build-arg AUTH_TOKEN=<your personal authorisation token for github>

This means that any cloning of dependencies will happen using the token provided.

You can then build codal-programs using:

sudo docker run -i -t <uuid-returned from dockerbuild> /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published