From 06d132c6c31e9a5a823b4f473460e2e026b14344 Mon Sep 17 00:00:00 2001
From: Lauri Koivunen <lauri.koivunen@utu.fi>
Date: Wed, 13 Jan 2021 16:27:38 +0200
Subject: [PATCH] Update README.md, autograder/Dockerfile files

---
 README.md             | 7 ++++++-
 autograder/Dockerfile | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e1fc1d4..d9b0b26 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,7 @@
-# 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
diff --git a/autograder/Dockerfile b/autograder/Dockerfile
index ee68773..b2d961a 100644
--- a/autograder/Dockerfile
+++ b/autograder/Dockerfile
@@ -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
-- 
GitLab