Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit fbaf1c1

Browse files
committed
Merge branch 'master' of https://github.com/coderplex/OpenRank
2 parents ba4a5c7 + 1624fa8 commit fbaf1c1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

framework/c/Dockerfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM debian:stretch-slim
2+
3+
MAINTAINER Buddha Jyothiprasad
4+
5+
RUN apt-get update
6+
7+
#Install all the basic linux tools
8+
RUN apt-get install -y --allow-unauthenticated vim
9+
RUN apt-get install -y --allow-unauthenticated sudo
10+
RUN apt-get install -y --allow-unauthenticated curl
11+
12+
RUN apt-get install -y --allow-unauthenticated python3
13+

0 commit comments

Comments
 (0)