Skip to content

Commit

Permalink
fix file formating
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Jan 7, 2021
1 parent 96b8bae commit aa60621
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions on-boot-script/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN set -ex \
&& (curl -sSL https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_10/Release.key | apt-key add -) \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
build-essential \
devscripts \
fakeroot \
debhelper \
qemu-user-static \
buildah \
build-essential \
devscripts \
fakeroot \
debhelper \
qemu-user-static \
buildah \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /tmp/* /var/tmp/* /var/log/* /var/lib/apt/lists/* /var/log/alternatives.log
Expand Down

0 comments on commit aa60621

Please sign in to comment.