Skip to content

Commit 3d783d0

Browse files
authored
Update Dockerfile
1 parent cd55d49 commit 3d783d0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Dockerfile

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
ARG RUBY_VERSION
22
FROM ruby:$RUBY_VERSION-slim
33
RUN set -ex \
4-
&& gem update --system --silent --quiet \
5-
&& apt-get update -y \
6-
&& apt-get upgrade -y \
7-
&& apt-get install -y \
8-
build-essential \
9-
git \
10-
libcurl4-openssl-dev \
11-
&& apt-get clean
4+
&& gem update --system \
5+
&& apt-get update -y \
6+
&& apt-get upgrade -y \
7+
&& apt-get install -y build-essential git libcurl4-openssl-dev \
8+
&& apt-get clean
129
WORKDIR /app/github-pages-health-check
1310
COPY Gemfile .
1411
COPY github-pages-health-check.gemspec .

0 commit comments

Comments
 (0)