This commit is contained in:
Ryan W
2022-03-15 21:05:48 -07:00
parent d3c092da79
commit aba065c34b
+1 -1
View File
@@ -1,6 +1,6 @@
FROM ruby:3.1.1-slim FROM ruby:3.1.1-slim
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
build-essential \ build-essential \
gnupg2 \ gnupg2 \
curl \ curl \