Starting service says me that permission is denied

后端 未结 0 1696
有刺的猬
有刺的猬 2021-01-27 21:42

I have this Dockerfile:

FROM debian

RUN useradd bar && usermod -aG sudo bar
RUN echo bar:12345 | chpasswd
RUN apt-get update && apt-         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题