Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
akoerner1 committed Oct 20, 2023
1 parent 95f479a commit 3b39197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ SOURCE_DIRECTORY:=${ROOT_DIR}
ADORE_CLI_WORKING_DIRECTORY:=${ROOT_DIR}
CATKIN_WORKSPACE_DIRECTORY:=${SOURCE_DIRECTORY}/catkin_workspace

DOCKER_CONFIG=

include adore_cli.mk
include ${ADORE_CLI_SUBMODULES_PATH}/ci_teststand/ci_teststand.mk

Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile.adore_cli
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ RUN chown -R ${UID}:${GID} $$HOME | true

ARG ZSH_CUSTOM=/home/${USER}/.oh-my-zsh/custom

RUN chown ${USER}:${USER} /home/${USER} -R

USER root
RUN apt-get update && \
apt-get install --no-install-recommends -y zsh git curl && \
rm -rf /var/lib/apt/lists/*


USER ${USER}
WORKDIR /home/${USER}
RUN zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
RUN zsh -c "$(curl -fsSL sh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"



Expand Down

0 comments on commit 3b39197

Please sign in to comment.