Update Dockerfile

This commit is contained in:
Wojtek Mach 2022-09-02 14:07:05 +02:00 committed by GitHub
parent 08d86c33c2
commit e35d026422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# Stage 1 # Stage 1
# Builds the Livebook release # Builds the Livebook release
FROM hexpm/elixir:1.14.0-erlang-24.3.4.2-debian-bullseye-20210902 AS build FROM hexpm/elixir:1.14.0-erlang-24.3.4.2-debian-bullseye-20210902-slim AS build
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \