Nicky Nicolson commited on
Commit
85892f5
·
1 Parent(s): 3f54437

do apt upd correctly

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
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
 
 
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