Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djklim87 committed Nov 20, 2023
1 parent d008631 commit 31a0fda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN set -x \
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache

# Add any .deb or .ddeb packages in the current dir to install them all later
#ADD *deb /packages/
ADD *deb /packages/

RUN if [ "$TARGETPLATFORM" = "linux/arm64" ] ; then export ARCH="arm"; else export ARCH="amd"; fi \
&& if [ "${DEV}" = "1" ]; then \
Expand Down
File renamed without changes.

0 comments on commit 31a0fda

Please sign in to comment.