Skip to content

Commit 05c86e1

Browse files
committed
Formatting
1 parent a918cde commit 05c86e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
echo "**** install build packages ****" && \
1212
apk add --no-cache --virtual=build-dependencies \
1313
curl \
14-
git && \
14+
git && \
1515
echo "**** install runtime packages ****" && \
1616
apk add --no-cache --upgrade \
1717
nodejs \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
echo "**** install build packages ****" && \
1212
apk add --no-cache --virtual=build-dependencies \
1313
curl \
14-
git && \
14+
git && \
1515
echo "**** install runtime packages ****" && \
1616
apk add --no-cache --upgrade \
1717
nodejs \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
echo "**** install build packages ****" && \
1212
apk add --no-cache --virtual=build-dependencies \
1313
curl \
14-
git && \
14+
git && \
1515
echo "**** install runtime packages ****" && \
1616
apk add --no-cache --upgrade \
1717
nodejs \

0 commit comments

Comments
 (0)