Skip to content

Commit

Permalink
bug: fix google search
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 25, 2024
1 parent 6de1815 commit 296f764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FROM cgr.dev/chainguard/wolfi-base AS final
# Install build dependencies
RUN apk add --no-cache git py3.12-pip openssh-server npm bash tini chromium
RUN ln -s /usr/bin/python3.12 /usr/bin/python3
RUN mkdir -p /opt/google/chrome && ln -sf /usr/bin/chromium-browser /opt/google/chrome/chrome

RUN sed -E 's/^#(PermitRootLogin)no/\1yes/' /etc/ssh/sshd_config -i
RUN ssh-keygen -A
Expand Down

0 comments on commit 296f764

Please sign in to comment.