Skip to content

Commit

Permalink
fix newline escape
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Nov 17, 2024
1 parent 4a293af commit cdad232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
box64 \
&& apt-get download -y
&& apt-get download -y \
box86-generic-arm \
&& dpkg-deb -R *.deb box86_tmp \
&& rm box86_tmp/usr/lib/i386-linux-gnu/libstdc++.so.6 \
Expand Down
2 changes: 1 addition & 1 deletion bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends --no-install-suggests \
box64 \
&& apt-get download -y
&& apt-get download -y \
box86-generic-arm \
&& dpkg-deb -R *.deb box86_tmp \
&& rm box86_tmp/usr/lib/i386-linux-gnu/libstdc++.so.6 \
Expand Down

0 comments on commit cdad232

Please sign in to comment.