blob: dbf825a3989bda1243eb100e56b73a66f3457be9 [file] [log] [blame]
FROM ubuntu:VERSION
ENV DEBIAN_FRONTEND noninteractive
ENV TZ UTC
RUN apt-get update
# Install basic tools
RUN apt-get install -y \
curl \
file \
git \
gnupg \
lsb-release \
software-properties-common \
wget \
python3