We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf712e commit 5e2a9bcCopy full SHA for 5e2a9bc
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM debian:latest
3
LABEL org.opencontainers.image.source=https://github.com/gbdev/gb-asm-tutorial
4
SHELL ["bash", "-lc"]
5
RUN apt update
6
-RUN apt install curl -y
+RUN apt install curl git -y
7
8
# Install rust and mdbook
9
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@@ -17,4 +17,4 @@ WORKDIR /code
17
# Serve gb-asm-tutorial
18
# See https://github.com/rust-lang/mdBook/issues/2226
19
RUN mdbook build
20
-CMD mdbook serve --hostname 0.0.0.0 & mdbook watch
+CMD mdbook serve --hostname 0.0.0.0 & mdbook watch
0 commit comments