Skip to content

Commit

Permalink
what the FUCK are these system requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GingertronMk1 committed Jan 22, 2024
1 parent b9ca6fb commit d6857e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
17 changes: 13 additions & 4 deletions _docker/app.dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
ARG RUBY_VERSION=2.4.0
ARG RUBY_VERSION=2.4.10
ARG NODE_VERSION=10.16.0

FROM ruby:${RUBY_VERSION}

WORKDIR /app

COPY . .

RUN bundle install
RUN gem install bundler -v 2.3.27 \
&& bundle install

RUN apt-get -y update \
&& apt-get upgrade \
&& apt-get install -y n \
&& apt-get -y upgrade

# I hate this.

RUN apt-get -y install npm

RUN npm cache clean -f

RUN npm install -g n \
&& n 10.16.0
7 changes: 0 additions & 7 deletions _docker/node.dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/newtheatre/history-project/issues"
},
"scripts": {
"bower:install": "bower install",
"bower:install": "bower install --allow-root",
"gulp:deploy": "gulp build_deploy",
"gulp:build": "gulp build"
}
Expand Down

0 comments on commit d6857e0

Please sign in to comment.