Skip to content

Commit

Permalink
revert to using echo
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsleycj committed Oct 7, 2023
1 parent 070df7f commit 46fbd35
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 @@ -44,7 +44,7 @@ RUN \
# Add user for keygen in Makefile
ARG USER
RUN \
useradd -u ${USER} user
echo "user:x:${USER}:0:root:/:/bin/bash" >> /etc/passwd

WORKDIR /CIRRUS-core

Expand Down

0 comments on commit 46fbd35

Please sign in to comment.