We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70250cd commit 47abdd5Copy full SHA for 47abdd5
Dockerfile.dev
@@ -1,6 +1,6 @@
1
FROM ruby:3.4.5-slim
2
3
-RUN apt-get update -qq && apt-get install -y build-essential software-properties-common
+RUN apt-get update -qq && apt-get install -y build-essential
4
RUN apt-get update -qq
5
RUN apt-get install -y nodejs \
6
libpq-dev \
package.json
@@ -117,7 +117,6 @@
117
"fork-ts-checker-webpack-plugin": "9.1.0",
118
"husky": "9.1.7",
119
"jest-styled-components": "7.2.0",
120
- "node-sass": "9.0.0",
121
"postcss": "8.5.6",
122
"prettier": "3.6.2",
123
"stylelint": "15.11.0",
0 commit comments