File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ USER fastly
1616# Pre-install Viceroy so the image is self-contained (no download at runtime).
1717# Must run as the `fastly` user, since Viceroy installs into that user's config
1818# directory (where `compute serve` later looks for it).
19- #
20- # TODO: Enable once https://github.com/fastly/cli/pull/1833 was released
21- # RUN fastly compute install-tools
19+ RUN fastly compute install-tools
2220
2321WORKDIR /app
2422ENTRYPOINT ["/usr/bin/fastly"]
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ USER fastly
1616# Pre-install Viceroy so the image is self-contained (no download at runtime).
1717# Must run as the `fastly` user, since Viceroy installs into that user's config
1818# directory (where `compute serve` later looks for it).
19- #
20- # TODO: Enable once https://github.com/fastly/cli/pull/1833 was released
21- # RUN fastly compute install-tools
19+ RUN fastly compute install-tools
2220
2321WORKDIR /app
2422ENTRYPOINT ["/usr/bin/fastly"]
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ USER fastly
1919# Pre-install Viceroy so the image is self-contained (no download at runtime).
2020# Must run as the `fastly` user, since Viceroy installs into that user's config
2121# directory (where `compute serve` later looks for it).
22- #
23- # TODO: Enable once https://github.com/fastly/cli/pull/1833 was released
24- # RUN fastly compute install-tools
22+ RUN fastly compute install-tools
2523
2624WORKDIR /app
2725ENTRYPOINT ["/usr/bin/fastly"]
You can’t perform that action at this time.
0 commit comments