Skip to content

nktnet1/comp1531-automarking-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comp1531/automarking

Base image for COMP1531 Gitlab runners.

Dockerfile

FROM node:18-bullseye-slim

RUN apt-get update -y &&            \
    apt-get install -y              \
        python3                     \
        git                         \
        procps                      \
        net-tools                   \
        ca-certificates &&          \
    rm -rf /var/lib/apt/lists/*

CMD ["/bin/bash"]

Packages

The following packages are installed on top of the base image for our needs.

Bugs/issues