Skip to content

Commit

Permalink
Remove common
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan committed Jul 25, 2021
1 parent 5e0ea59 commit ddb1a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2.7/ubuntu20.04/Dockerfile
Expand Up @@ -16,7 +16,6 @@ RUN apt-get update -q \
&& curl -sSLf https://raw.githubusercontent.com/fullstaq-labs/fullstaq-ruby-server-edition/main/fullstaq-ruby.asc | apt-key add - \
&& echo "deb https://apt.fullstaqruby.org ubuntu-20.04 main" | tee /etc/apt/sources.list.d/fullstaq-ruby.list \
&& apt-get update -q \
&& apt-get install --yes fullstaq-ruby-common \
&& apt-get install --yes -q --no-install-recommends fullstaq-ruby-${RUBY_VERSION}-${RUBY_VARIANT} \
&& apt-get autoremove --yes \
&& rm -rf /var/lib/apt/lists \
Expand Down

0 comments on commit ddb1a41

Please sign in to comment.