Spaces:
Running
Running
Nicky Nicolson
commited on
Commit
·
7e2020d
1
Parent(s):
167ba58
add ruby and jekyll install
Browse files- Dockerfile +6 -0
Dockerfile
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
FROM ubuntu:latest
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
RUN echo "here"
|
|
|
1 |
FROM ubuntu:latest
|
2 |
|
3 |
+
USER root
|
4 |
+
|
5 |
+
# Install ruby and jekyll
|
6 |
+
RUN apt-get -y install ruby-full build-essential zlib1g-dev
|
7 |
+
RUN gem install jekyll bundler
|
8 |
+
|
9 |
RUN echo "here"
|