static
This commit is contained in:
9
static/Dockerfile
Normal file
9
static/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM ubuntu:latest
|
||||
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
|
||||
RUN \
|
||||
apt -y update && \
|
||||
apt -y upgrade && \
|
||||
apt -y install build-essential git && \
|
||||
apt -y autoremove && \
|
||||
apt -y autoclean && \
|
||||
exit 0
|
||||
Reference in New Issue
Block a user