Skip to content

Commit 19e8277

Browse files
committed
🚑 Make sure local bin folder exists in Build
1 parent 967c923 commit 19e8277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV PATH="/home/${USERNAME}/.local/bin:${PATH}"
5353

5454
# Starship user config
5555
RUN set -x ; \
56-
bash -c "mkdir -p {.zfunc,.commandhistory,.config}" \
56+
bash -c "mkdir -p {.zfunc,.commandhistory,.config,.local/bin}" \
5757
&& curl -sS https://starship.rs/install.sh | sh -s -- -y -b /home/${USERNAME}/.local/bin
5858
COPY --chown=${USERNAME}:${USERNAME} .zshrc .zshrc
5959
COPY --chown=${USERNAME}:${USERNAME} starship.toml /home/${USERNAME}/.config/starship.toml

0 commit comments

Comments
 (0)