Skip to content

Commit ad2c0f7

Browse files
committed
Accidentally removed dolt
Signed-off-by: David Stenglein <dave@missingmass.com>
1 parent 1268e20 commit ad2c0f7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN ARCH=$(uname -m) && \
1616
# Claude code
1717
#
1818
RUN curl -fsSL https://claude.ai/install.sh | sudo -u vscode bash
19+
1920
#
2021
# Beads install prereq for gascity
2122
#
@@ -24,12 +25,18 @@ RUN ARCH=$(uname -m) && \
2425
if [ "$ARCH" = "aarch64" ]; then LIB_DIR="aarch64-linux-gnu"; else LIB_DIR="x86_64-linux-gnu"; fi && \
2526
curl -fsSL https://raw.githubusercontent.com/gastownhall/beads/${BEADS_VERSION}/scripts/install.sh | bash && \
2627
ln -s /usr/lib/${LIB_DIR}/libicui18n.so /usr/lib/${LIB_DIR}/libicui18n.so.74
28+
29+
#
30+
# dolt install for gascity
31+
#
32+
RUN curl -fsSL https://github.com/dolthub/dolt/releases/latest/download/install.sh | bash
33+
34+
2735
#
2836
# Gas City
2937
#
3038
# COPY install-gascity.sh /tmp/install-gascity.sh
3139
# RUN chmod +x /tmp/install-gascity.sh && VERSION=1.0.0 /tmp/install-gascity.sh && rm /tmp/install-gascity.sh
32-
# RUN curl -fsSL https://github.com/dolthub/dolt/releases/latest/download/install.sh | bash
3340

3441
# Install personal build of gascity temporarily
3542
RUN curl -fsSL https://raw.githubusercontent.com/dstengle/gascity/personal/main/scripts/install.sh | sh

0 commit comments

Comments
 (0)