Skip to content

Commit c21a2c9

Browse files
committed
build: update Dockerfile
1 parent dc68496 commit c21a2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN if [ "${TARGETARCH}" = "linux/amd64" ]; then ARCHITECTURE=x86_64; elif [ "${
6464

6565
RUN wget --progress=dot:giga https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true
6666

67-
RUN mkdir /root/.ssh/ /root/.local/bin /root/profile.d
67+
RUN mkdir -p /root/.ssh/ /root/.local/bin /root/profile.d
6868
COPY root/.zshrc /root/.zshrc
6969
COPY root/dbxcli.sh /tmp/dbxcli.sh
7070
RUN /tmp/dbxcli.sh

0 commit comments

Comments
 (0)