Commit 55929e3b authored by garciay's avatar garciay
Browse files
parents 241d5ef9 93cb3f6c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -85,8 +85,11 @@ RUN cd /home/etsi \
    && chown etsi:etsi bin lib include tmp frameworks docs man dev \
    && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

# Seems that COPY does not work as expected, to be investaged
#==> Fallback to more secured solution
#COPY [^.]* /home/etsi/dev/STF549_Ng112/
COPY home home/etsi
#COPY home home/etsi
RUN git clone https://forge.etsi.org/gitlab/emergency-communications/NG112.git /home/etsi/dev/STF549_Ng112
RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112

USER etsi