Skip to content
Snippets Groups Projects
Commit 4ecef14f authored by Oliver Wiese's avatar Oliver Wiese
Browse files

improve testing frame work

parent fa64d1f4
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@ FROM ubuntu:18.04
ARG ZIP
# Install dependencies
RUN apt-get update && apt-get install -y python3.7
RUN apt-get update && apt-get install -y python3.7 \
python3-pip
RUN apt-get update && apt-get install -y unzip
RUN apt-get update && apt-get install -y build-essential
WORKDIR /usr/test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment