Skip to content

Commit

Permalink
edit: edit DockerFile
Browse files Browse the repository at this point in the history
修改dockerfile执行权限文件
  • Loading branch information
Zherphy committed Dec 5, 2024
1 parent 693d65e commit faae04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN go get github.com/akrylysov/algnhsa && \

FROM openeuler/openeuler:22.03
LABEL maintainer="Zhou Yi [email protected]"
RUN useradd -s /bin/bash BigFiles
USER root
# RUN useradd -s /bin/bash BigFiles
# USER root
#配置ssh服务
RUN dnf -y update && \
dnf -y install openssh && \
Expand Down

0 comments on commit faae04b

Please sign in to comment.