Skip to content

Commit

Permalink
Forgot backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Mar 15, 2024
1 parent 6aeeb1a commit ecca8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ln -snf /usr/share/zoneinfo/US/Pacific /etc/localtime && \
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 "set -o vi" | tee /home/ubuntu/.zshrc &&
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
Expand Down

0 comments on commit ecca8e6

Please sign in to comment.