nktnet1 / comp1531-automarking-docker-image

Base image for COMP1531 Gitlab runners.

Home Page:https://hub.docker.com/r/comp1531/automarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Base image for COMP1531 Gitlab runners.

https://hub.docker.com/r/comp1531/automarking

License:MIT License


Languages

Language:Dockerfile 100.0%