Skip to content

Commit 47abdd5

Browse files
committed
remove node sass and unsupported software-properties-common library
1 parent 70250cd commit 47abdd5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ruby:3.4.5-slim
22

3-
RUN apt-get update -qq && apt-get install -y build-essential software-properties-common
3+
RUN apt-get update -qq && apt-get install -y build-essential
44
RUN apt-get update -qq
55
RUN apt-get install -y nodejs \
66
libpq-dev \

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
"fork-ts-checker-webpack-plugin": "9.1.0",
118118
"husky": "9.1.7",
119119
"jest-styled-components": "7.2.0",
120-
"node-sass": "9.0.0",
121120
"postcss": "8.5.6",
122121
"prettier": "3.6.2",
123122
"stylelint": "15.11.0",

0 commit comments

Comments
 (0)