Update Dockerfile
This commit is contained in:
parent
4466f2b916
commit
1619e5f55d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ LABEL version="1.0" maintainer="Khaganat <contact@khaganat.net>"
|
||||||
USER root
|
USER root
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
apt-utils \
|
||||||
|
ca-certificates \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
|
|
Loading…
Reference in a new issue