We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc68496 commit c21a2c9Copy full SHA for c21a2c9
Dockerfile
@@ -64,7 +64,7 @@ RUN if [ "${TARGETARCH}" = "linux/amd64" ]; then ARCHITECTURE=x86_64; elif [ "${
64
65
RUN wget --progress=dot:giga https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh || true
66
67
-RUN mkdir /root/.ssh/ /root/.local/bin /root/profile.d
+RUN mkdir -p /root/.ssh/ /root/.local/bin /root/profile.d
68
COPY root/.zshrc /root/.zshrc
69
COPY root/dbxcli.sh /tmp/dbxcli.sh
70
RUN /tmp/dbxcli.sh
0 commit comments