Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Feb 7, 2024
1 parent 78bfd7c commit b4a3124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions KexStandaloneRun
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ RUN pacman -Syu --noconfirm \
python3

# install kex scripts
COPY kex-test.sh /usr/bin
COPY kex-run.sh /usr/bin
RUN chmod a+rwx /usr/bin/kex-test.sh
RUN chmod a+rwx /usr/bin/kex-run.sh

# install kex
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ VERSION=0.0.1
all: $(VERSION)

$(VERSION):
docker build --build-arg version=$(VERSION) -f KexStandaloneRun -t abdullin/kex-standalone:$(VERSION)
docker build --build-arg version=$(VERSION) -f KexStandaloneRun -t abdullin/kex-standalone:$(VERSION) .

0 comments on commit b4a3124

Please sign in to comment.