Skip to content

Commit

Permalink
use echo -e instead
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jul 5, 2023
1 parent b2a3b3a commit 3379784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN adduser \
chown -R moby /home/moby && \
mkdir /work && \
chown -R moby /work && \
printf "\nexport PATH=/usr/local/venv/bin:${PATH}\n" >> /home/moby/.bashrc
echo -e "\nexport PATH=/usr/local/venv/bin:${PATH}\n" >> /home/moby/.bashrc

COPY --from=builder --chown=moby /usr/local/venv /usr/local/venv/

Expand Down

0 comments on commit 3379784

Please sign in to comment.