Skip to content

Commit c3864bd

Browse files
committed
Fix stupid package typo
1 parent abaa9ca commit c3864bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN \
7979
apt-transport-https \
8080
ca-certificates \
8181
dbus-x11 \
82-
docker-ce-cli && \
82+
docker-ce-cli \
8383
docker-compose-plugin \
8484
fonts-noto-color-emoji \
8585
fonts-noto-core \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN \
7979
apt-transport-https \
8080
ca-certificates \
8181
dbus-x11 \
82-
docker-ce-cli && \
82+
docker-ce-cli \
8383
docker-compose-plugin \
8484
fonts-noto-color-emoji \
8585
fonts-noto-core \

0 commit comments

Comments
 (0)