intellij-idea-pkg-image/Dockerfile

7 lines
221 B
Docker
Raw Normal View History

2023-07-27 17:36:09 +02:00
FROM ubuntu:lunar
RUN apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y debhelper devscripts git gnupg libxml2-utils openssh-client && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*