Skip to content

Commit 8c8be15

Browse files
committed
build(docker): enable compute install-tools
1 parent f596ad9 commit 8c8be15

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

Dockerfile-go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

2321
WORKDIR /app
2422
ENTRYPOINT ["/usr/bin/fastly"]

Dockerfile-node

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

2321
WORKDIR /app
2422
ENTRYPOINT ["/usr/bin/fastly"]

Dockerfile-rust

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

2624
WORKDIR /app
2725
ENTRYPOINT ["/usr/bin/fastly"]

0 commit comments

Comments
 (0)