Skip to content

Commit

Permalink
Make homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Mar 15, 2024
1 parent 3c5875b commit 9c74aaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ RUN ln -snf /usr/share/zoneinfo/US/Pacific /etc/localtime && \
rm -rf /var/lib/dpkg/info/* && \
echo "set editing-mode vi" | tee -a /etc/inputrc && \
echo "set keymap vi" | tee -a /etc/inputrc && \
useradd -u 5000 ubuntu && \
useradd -u 5000 -m ubuntu && \
echo "ubuntu ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/ubuntu-root

COPY tools/check-clock-skew.sh /usr/local/bin/check-clock-skew.sh
COPY --from=http-server /app/go-httpserver /usr/local/bin/go-httpserver
WORKDIR /home/ubuntu

ENV SHELL=/usr/bin/zsh
USER 5000:5000
Expand Down

0 comments on commit 9c74aaa

Please sign in to comment.