Skip to content

Commit 532e671

Browse files
committed
Beads binary gets put in root homedir. Copying it to /usr/local/bin
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent 9c5465a commit 532e671

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN ARCH=$(uname -m) && \
2323
cd /tmp/beads && \
2424
make build && \
2525
make install && \
26+
mv bd /usr/local/bin/ && chmod +x /usr/local/bin/bd && \
2627
cd / && rm -rf /tmp/beads && \
2728
apt-get purge -y --no-install-recommends golang gccgo && \
2829
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)