Skip to content

Commit

Permalink
Update Dockerfile to use Node.js version 18.5.0-buster and install li…
Browse files Browse the repository at this point in the history
…bssl1.0.0
  • Loading branch information
austenstone committed Aug 7, 2024
1 parent a4b47ee commit 51b76d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FROM node:18.5.0-bullseye-slim
FROM node:18.5.0-buster

LABEL maintainer="Daniel García (cr0hn) [email protected]"

ENV STAGE "DOCKER"

RUN apt-get update && apt-get install -y netcat

RUN apt-get install -y libssl1.0.0

# Build app folders
RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit 51b76d4

Please sign in to comment.