Skip to content

Commit

Permalink
Merge pull request #64 from automata-network/fix/dockerfile
Browse files Browse the repository at this point in the history
Set contextfree as default FEATURES
  • Loading branch information
RyuH1 authored Sep 30, 2021
2 parents bde88b2 + 1de0292 commit 6640c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKDIR /automata

COPY . /automata

ARG FEATURES
ARG FEATURES=contextfree

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

0 comments on commit 6640c80

Please sign in to comment.