From 09ea833bb9585b5b1d95ec2a88849e7b44ba1995 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 28 Jan 2019 17:03:43 +0100 Subject: [PATCH] Install mkdir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6dfa9a7..9ee56cba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:latest # RUN apt-get update RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - -RUN apt-get install -y nodejs wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 +RUN apt-get install -y nodejs mdkir wget dpkg git python python3 python3-pip xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 RUN npm install -g yarn #