Skip to content

Commit 6640c80

Browse files
authored
Merge pull request #64 from automata-network/fix/dockerfile
Set contextfree as default FEATURES
2 parents bde88b2 + 1de0292 commit 6640c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WORKDIR /automata
2828

2929
COPY . /automata
3030

31-
ARG FEATURES
31+
ARG FEATURES=contextfree
3232

3333
RUN --mount=type=cache,target=/root/.cache/sccache \
3434
--mount=type=cache,target=/usr/local/cargo/registry/index \

0 commit comments

Comments
 (0)