🦭 Still updating Dockerfile

This commit is contained in:
2022-01-18 21:45:24 -08:00
parent 762db13b4f
commit 7769ed2776
4 changed files with 1922 additions and 2300 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14-slim
FROM node:17.3-alpine
LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
RUN mkdir -p /usr/src/threetwo
@@ -9,7 +9,10 @@ COPY yarn.lock /usr/src/threetwo
COPY nodemon.json /usr/src/threetwo
COPY jsdoc.json /usr/src/threetwo
RUN yarn
# RUN apt-get update && apt-get install -y git python3 build-essential autoconf automake g++ libpng-dev make
RUN apk --no-cache add g++ make libpng-dev python3 git libc6-compat autoconf automake bash libjpeg-turbo-dev libpng-dev mesa-dev mesa libxi build-base gcc libtool nasm
RUN yarn --ignore-engines
COPY . /usr/src/threetwo
EXPOSE 3050