Selaa lähdekoodia

Remove useless final echo

master
e7d 6 vuotta sitten
vanhempi
commit
39435df09d
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1
    2
      Dockerfile.alpine

+ 1
- 2
Dockerfile.alpine Näytä tiedosto

@@ -15,8 +15,7 @@ RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/ap
&& rm -rf /tmp/* /var/tmp/* \
&& groupmod -g 1000 users \
&& useradd -u 911 -U -d /config -s /bin/false abc \
&& usermod -G users abc \
&& echo done
&& usermod -G users abc

ADD openvpn/ /etc/openvpn/
ADD transmission/ /etc/transmission/

Loading…
Peruuta
Tallenna