Skip to content
Snippets Groups Projects
Commit 06d132c6 authored by Lauri Koivunen's avatar Lauri Koivunen :tools:
Browse files

Update README.md, autograder/Dockerfile files

parent 51d5fe9f
No related branches found
No related tags found
No related merge requests found
Pipeline #35599 passed
# simavr-ci-test
# Simavr Environment
This repository contains [docker](https://www.docker.com/get-started) images that contain ubuntu linux with [compilers](https://www.geeksforgeeks.org/gcc-command-in-linux-with-examples/) and [simavr](https://github.com/buserror/simavr) simulator to help one test embedded C code without an actual device.
## Usage
No planned usage directly, but you can
......@@ -25,7 +25,7 @@ RUN apt-get update && \
sudo \
&& ln -fs /usr/share/zoneinfo/Europe/Helsinki /etc/localtime \
&& DEBIAN_FRONTEND="noninteractive" dpkg-reconfigure --frontend noninteractive tzdata \
rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
# Install autodriver
WORKDIR /home
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment