Downgrade to Ubuntu 20.04

This commit is contained in:
Lauri Võsandi 2022-06-08 08:50:45 +03:00
parent 6f37d8e28a
commit 80eb877901
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu FROM ubuntu:focal
WORKDIR /app WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install --no-install-recommends -y \ RUN apt-get update && apt-get install --no-install-recommends -y \