File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -109,25 +109,20 @@ RUN mkdir -p /opt/c3d && \
109
109
ENV C3DPATH=/opt/c3d/ \
110
110
PATH=$C3DPATH/bin:$PATH
111
111
112
- # Installing Ubuntu packages and cleaning up
113
- RUN apt-get install -y --no-install-recommends \
114
- git=1:2.7.4-0ubuntu1 \
115
- graphviz=2.38.0-12ubuntu2 && \
116
- apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
117
-
118
112
# Install some other required tools
119
- ENV apt-get install -y --no-install-recommends \
113
+ RUN apt-get install -y --no-install-recommends \
120
114
git=1:2.7.4-0ubuntu1 \
121
115
graphviz=2.38.0-12ubuntu2 \
122
116
unzip \
123
117
apt-utils \
124
118
fusefat \
125
119
make \
126
- ruby && \
120
+ ruby=1:2.3.0+1 && \
121
+ apt-get clean && \
127
122
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
128
123
129
124
# Install fake-S3
130
- ENV GEM_HOME /usr/local/bundle
125
+ ENV GEM_HOME /usr/lib/ruby/gems/2.3
131
126
ENV BUNDLE_PATH="$GEM_HOME" \
132
127
BUNDLE_BIN="$GEM_HOME/bin" \
133
128
BUNDLE_SILENCE_ROOT_WARNING=1 \
You can’t perform that action at this time.
0 commit comments