mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-11 19:06:11 +00:00
7 lines
269 B
Docker
7 lines
269 B
Docker
FROM ubuntu@sha256:2edbbc5dc405e9612ba3584ce95480277e3eb374407b5505fe26f17df77c7dbc
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
RUN apt-get update \
|
|
&& apt-get install --no-install-recommends -y ca-certificates curl libstdc++6 \
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
WORKDIR /bundle
|