Skip to content

Commit

Permalink
Add zshrc to user
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Mar 15, 2024
1 parent 9c74aaa commit 6aeeb1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ RUN ln -snf /usr/share/zoneinfo/US/Pacific /etc/localtime && \
echo "set editing-mode vi" | tee -a /etc/inputrc && \
echo "set keymap vi" | tee -a /etc/inputrc && \
useradd -u 5000 -m ubuntu && \
echo "ubuntu ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/ubuntu-root
echo "ubuntu ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/ubuntu-root && \
echo "set -o vi" | tee /home/ubuntu/.zshrc &&
chown -R ubuntu:ubuntu /home/ubuntu

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
Expand Down

0 comments on commit 6aeeb1a

Please sign in to comment.