Update Dockerfile
This commit is contained in:
parent
432d3b9961
commit
38ab7d62c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
|
||||||
lib32gcc1 \
|
lib32gcc-s1 \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
locales && \
|
locales && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue