Skip to content

Commit

Permalink
Merge pull request #202 from gOOvER/missedtini
Browse files Browse the repository at this point in the history
nodejs17/add mising tini
  • Loading branch information
parkervcp committed Nov 1, 2023
2 parents ebe9cde + 714924a commit 3dc42eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:17-bullseye-slim
LABEL author="Michael Parker" maintainer="[email protected]"

RUN apt update \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool iputils-ping libnss3 libnss3 \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool iputils-ping libnss3 libnss3 tini \
&& useradd -m -d /home/container container

RUN npm install [email protected] typescript ts-node @types/node --location=global
Expand Down

0 comments on commit 3dc42eb

Please sign in to comment.