1
0
Fork 0
intellij-idea-pkg-image/Dockerfile

7 lines
222 B
Docker
Raw Permalink Normal View History

FROM ubuntu:latest
2023-07-27 17:36:09 +02:00
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/*