removed curl instalation as its not needed anymore
This commit is contained in:
@@ -31,7 +31,7 @@ COPY Gemfile /Gemfile
|
|||||||
# 2. Install fluentd via ruby.
|
# 2. Install fluentd via ruby.
|
||||||
# 3. Remove build dependencies.
|
# 3. Remove build dependencies.
|
||||||
# 4. Cleanup leftover caches & files.
|
# 4. Cleanup leftover caches & files.
|
||||||
RUN BUILD_DEPS="make gcc g++ libc6-dev ruby-dev libffi-dev curl" \
|
RUN BUILD_DEPS="make gcc g++ libc6-dev ruby-dev libffi-dev" \
|
||||||
&& clean-install $BUILD_DEPS \
|
&& clean-install $BUILD_DEPS \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libjemalloc1 \
|
libjemalloc1 \
|
||||||
|
Reference in New Issue
Block a user