Update Dockerfile

This commit is contained in:
Andrew Marchukov 2022-04-24 23:32:51 +03:00 committed by GitHub
parent 432d3b9961
commit 38ab7d62c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc1 \
lib32gcc-s1 \
curl \
ca-certificates \
locales && \