Removal of redundant instruction

This commit is contained in:
zontreck 2024-09-05 10:22:32 -07:00
parent 41e5068b40
commit f55c507520

View file

@ -12,7 +12,6 @@ RUN useradd -m -d /home/container -s /bin/bash container
RUN useradd -m -G wheel bld && passwd -d bld RUN useradd -m -G wheel bld && passwd -d bld
ENV USER=bld HOME=/home/bld ENV USER=bld HOME=/home/bld
WORKDIR /home/container
STOPSIGNAL SIGINT STOPSIGNAL SIGINT