From 62f6d89ff53b67d3b3dba664028f687f9c678bf2 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Thu, 14 Feb 2019 11:53:54 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2642a5d..6735ff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install -y --allow-unauthenticated vim openssh-server mc \ - less mercurial fiurefox chromium-browser git wget curl boxes sudo netcat \ + less mercurial firefox chromium-browser git wget curl boxes sudo netcat \ net-tools terminator default-jdk figlet python3-dev && apt-get clean && \ curl https://bootstrap.pypa.io/get-pip.py | python3 RUN hg clone https://bitbucket.org/MoonQ/tools /usr/local/share/q-tools