We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83fd94 commit f0bc7e3Copy full SHA for f0bc7e3
1 file changed
Dockerfile
@@ -1,9 +1 @@
1
-FROM ubuntu
2
-RUN export DEBIAN_FRONTEND=noninteractive
3
-RUN apt-get update
4
-RUN apt-get install ssh -y
5
-RUN apt-get install wget -y
6
-RUN apt-get install npm -y
7
-RUN apt-get install vim -y
8
-RUN apt-get install htop -y
9
-RUN apt-get install curl -y
+FROM insoxin/api
0 commit comments