Skip to content

Commit

Permalink
add pulumi-hugo dependency to devcontainer:hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Feb 7, 2024
1 parent 4f5325c commit cce6c09
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/docker/hugo/Dockerfile
Expand Up @@ -11,6 +11,20 @@ FROM ghcr.io/pulumi/devcontainer:slim-all
#################################################################################
LABEL tag="hugo"

# Apt Packages
ARG APT_PKGS="\
chromium-browser \
"
# Apt Packages
RUN echo \
&& export TEST="gh version" \
&& ${apt_update} \
&& bash -c "${apt_install} --no-install-recommends -o Dpkg::Options::='--force-confold' ${APT_PKGS}" \
&& bash -c "${apt_clean}" \
&& ${dir_clean} \
&& ${TEST} \
&& echo

# Install hugo
EXPOSE 1313
RUN set -ex \
Expand Down

0 comments on commit cce6c09

Please sign in to comment.