apt-get upgrade
This commit is contained in:
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
|
||||
|
||||
WORKDIR /
|
||||
|
||||
RUN apt-get update && apt-get install -y git curl libatomic1
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y git curl libatomic1
|
||||
|
||||
# Install elan
|
||||
RUN curl -sSfL https://github.com/leanprover/elan/releases/download/v1.4.2/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz \
|
||||
|
||||
Reference in New Issue
Block a user