mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +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
|
WORKDIR /app
|
||||||
RUN touch /etc/app-env
|
RUN touch /etc/app-env
|
||||||
|
|
||||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
RUN apt-get update && apt-get install -y npm netcat-openbsd
|
||||||
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
|
RUN npm install -g yarn
|
||||||
RUN apt-get update && apt-get install -y yarn netcat-openbsd
|
|
||||||
RUN gem install bundler
|
RUN gem install bundler
|
||||||
|
|
||||||
RUN mkdir /app/log
|
RUN mkdir /app/log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue