Skip to content

Commit

Permalink
Merge pull request #6 from compose-generator/dev
Browse files Browse the repository at this point in the history
Release of version 1.0.0
  • Loading branch information
marcauberer authored Oct 11, 2021
2 parents 90f4a0f + be869ba commit 6eb7a59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM alpine:3.14.2

# Install alpine packages
RUN apk update && apk add --no-cache sudo=1.9.7_p1-r1 bash=5.1.4-r0 curl=7.78.0-r0 git=2.32.0-r0 npm=7.17.0-r0 yarn=1.22.10-r0 \
RUN apk update && apk add --no-cache sudo=1.9.7_p1-r1 bash=5.1.4-r0 curl=7.79.1-r0 git=2.32.0-r0 npm=7.17.0-r0 yarn=1.22.10-r0 \
unzip=6.0-r9 python3=3.9.5-r1 py3-pip=20.3.4-r1 rust=1.52.1-r1 ruby=2.7.4-r0 ruby-dev=2.7.4-r0 ruby-etc=2.7.4-r0 make=4.3-r0 \
zlib-dev=1.2.11-r3 icu-libs=67.1-r2 krb5-libs=1.18.4-r0 libgcc=10.3.1_git20210424-r2 libintl=0.21-r0 libssl1.1=1.1.1l-r0 libstdc++=10.3.1_git20210424-r2 \
&& rm -rf /var/cache/apk/*

# Install required npm packages
RUN yarn global add @angular/cli @vue/cli create-react-app && yarn cache clean --all
RUN yarn global add @angular/cli @vue/cli create-react-app express-generator && yarn cache clean --all

# Install pip dependencies
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==3.2.7
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==3.2.8

# Install gem packages
RUN gem install rails:6.1.4.1 && gem cleanup
Expand Down

0 comments on commit 6eb7a59

Please sign in to comment.