We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5465a commit 532e671Copy full SHA for 532e671
1 file changed
.devcontainer/Dockerfile
@@ -23,6 +23,7 @@ RUN ARCH=$(uname -m) && \
23
cd /tmp/beads && \
24
make build && \
25
make install && \
26
+ mv bd /usr/local/bin/ && chmod +x /usr/local/bin/bd && \
27
cd / && rm -rf /tmp/beads && \
28
apt-get purge -y --no-install-recommends golang gccgo && \
29
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*
0 commit comments