Spaces:
Running
Running
Nicky Nicolson
commited on
Commit
·
3f54437
1
Parent(s):
7e2020d
do apt upd
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM ubuntu:latest
|
|
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 |
|
|
|
3 |
USER root
|
4 |
|
5 |
# Install ruby and jekyll
|
6 |
+
RUN apt-update
|
7 |
RUN apt-get -y install ruby-full build-essential zlib1g-dev
|
8 |
RUN gem install jekyll bundler
|
9 |
|