Skip to content

Commit

Permalink
add deno to v7 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrotanner authored Nov 26, 2024
1 parent 1d6575b commit de2e3d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" \
| xargs -r apt-mark manual \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false

# Deno installation based on https://github.com/denoland/deno_docker?tab=readme-ov-file#using-your-own-base-image
COPY --from=denoland/deno:bin-1.37.1 /deno /usr/local/bin/deno

RUN groupadd -r rocketchat \
&& useradd -r -g rocketchat rocketchat \
&& mkdir -p /app/uploads \
Expand Down

0 comments on commit de2e3d9

Please sign in to comment.