File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,16 @@ RUN composer install --no-dev && \
35
35
chown -R app:app . && \
36
36
rm -r ~/.composer
37
37
38
-
39
38
# Build Content
40
39
COPY bin/build-content ./bin/build-content
41
- RUN apk add --no-cache ruby ruby-json ruby-bigdecimal ruby-nokogiri ruby- dev build-base libxml2-dev libxslt-dev libffi-dev && \
40
+ RUN apk add --no-cache ruby ruby-json ruby-bigdecimal ruby-dev build-base libxml2-dev libxslt-dev libffi-dev && \
42
41
gem install rdoc nokogiri httparty --no-document && \
43
42
./bin/build-content && \
44
- chown -R app:app content
45
- # chown -R app:app content && \
46
- # gem uninstall rdoc httparty && \
47
- # rm -rf $( gem environment gemdir ) && \
48
- # apk del --purge ruby ruby-json ruby-bigdecimal && \
49
- # rm -r /var/cache/* ~/.gem
43
+ chown -R app:app content && \
44
+ gem uninstall --all rdoc httparty nokogiri && \
45
+ rm -rf $( gem environment gemdir ) && \
46
+ apk del --purge ruby ruby-json ruby-bigdecimal ruby-dev build-base libxml2-dev libxslt-dev libffi-dev && \
47
+ rm -r /var/cache/* ~/.gem
50
48
51
49
COPY . ./
52
50
You can’t perform that action at this time.
0 commit comments