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