🐳 Fixes to the Dockerfile

This commit is contained in:
2023-03-31 00:06:46 -04:00
parent a939bf4c71
commit 967a82dea5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM node:17.3-alpine
FROM node:18.15.0-alpine
LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
WORKDIR /threetwo
@@ -9,7 +9,7 @@ COPY nodemon.json ./
COPY jsdoc.json ./
# 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 apk --no-cache add g++ make libpng-dev git python3 libc6-compat autoconf automake libjpeg-turbo-dev libpng-dev mesa-dev mesa libxi build-base gcc libtool nasm
RUN yarn --ignore-engines

View File

@@ -7,7 +7,7 @@
"scripts": {
"build": "vite build",
"dev": "rimraf dist && npm run build && vite",
"prod": "npm run build && vite",
"start": "npm run build && vite",
"docs": "jsdoc -c jsdoc.json",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"