1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
This commit is contained in:
AnotherTest 2020-01-10 10:06:46 +03:30
parent a44efb51e7
commit ce08cdc57b

View File

@ -4,7 +4,7 @@ MAINTAINER Ali MohammadPur <devanothertest@gmail.com>
# General test requirements
RUN apt-get -y update
RUN apt-get -y install python make
RUN apt-get -y curl
RUN apt-get -y install curl
RUN mkdir -p /mal
WORKDIR /mal