mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Fix build by changing how Yarn is installed
This commit is contained in:
parent
4ffdf00dca
commit
36cba2fffc
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ FROM ruby:${RUBY_VERSION} AS base
|
|||
WORKDIR /app
|
||||
RUN touch /etc/app-env
|
||||
|
||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
||||
RUN apt-get update && apt-get install -y yarn netcat-openbsd
|
||||
RUN apt-get update && apt-get install -y npm netcat-openbsd
|
||||
RUN npm install -g yarn
|
||||
RUN gem install bundler
|
||||
|
||||
RUN mkdir /app/log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue