Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit cce6c09

Browse files
committed
add pulumi-hugo dependency to devcontainer:hugo
1 parent 4f5325c commit cce6c09

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/docker/hugo/Dockerfile

+14
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ FROM ghcr.io/pulumi/devcontainer:slim-all
1111
#################################################################################
1212
LABEL tag="hugo"
1313

14+
# Apt Packages
15+
ARG APT_PKGS="\
16+
chromium-browser \
17+
"
18+
# Apt Packages
19+
RUN echo \
20+
&& export TEST="gh version" \
21+
&& ${apt_update} \
22+
&& bash -c "${apt_install} --no-install-recommends -o Dpkg::Options::='--force-confold' ${APT_PKGS}" \
23+
&& bash -c "${apt_clean}" \
24+
&& ${dir_clean} \
25+
&& ${TEST} \
26+
&& echo
27+
1428
# Install hugo
1529
EXPOSE 1313
1630
RUN set -ex \

0 commit comments

Comments
 (0)