Commit 312cba61 authored by nimrod's avatar nimrod
Browse files

Another try.

parent 68501c64
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
FROM docker.io/library/debian:testing
RUN ls -la /etc/apt/
RUN whoami && id -u && id -g
RUN ls -la /etc
# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y \