Skip to content

Commit b7e190b

Browse files
committed
Whitespace fix in alpine images
1 parent ca09048 commit b7e190b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

2.4/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

2.4/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

2.5/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

2.5/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

2.6/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

2.6/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

2.7-rc/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
77
RUN set -eux; \
88
mkdir -p /usr/local/etc; \
99
{ \
10-
echo 'install: --no-document'; \
10+
echo 'install: --no-document'; \
1111
echo 'update: --no-document'; \
1212
} >> /usr/local/etc/gemrc
1313

0 commit comments

Comments
 (0)