Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Jul 11, 2024
1 parent d1834f3 commit 9d369ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.dev.os
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ RUN ARCH=$(uname -m); \
btrfsprogs \
btrfsmaintenance \
snapper \
glibc-gconv-modules-extra \
wget \
unzip
glibc-gconv-modules-extra

# elemental-register dependencies
RUN ARCH=$(uname -m); \
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RANCHER_SYSTEM_AGENT_VERSION?=v0.3.4
.PHONY: build-dev-os
build-dev-os:
$(DOCKER) build \
--no-cache \
--build-arg ELEMENTAL_TOOLKIT=$(ELEMENTAL_TOOLKIT) \
--build-arg ELEMENTAL_REGISTER=$(ELEMENTAL_REGISTER) \
--build-arg RANCHER_SYSTEM_AGENT_VERSION=$(RANCHER_SYSTEM_AGENT_VERSION) \
Expand All @@ -19,7 +18,6 @@ build-dev-os:
.PHONY: build-dev-iso
build-dev-iso: build-dev-os
$(DOCKER) build \
--no-cache \
--build-arg ELEMENTAL_OS_IMAGE=$(ELEMENTAL_OS_IMAGE) \
-t $(ELEMENTAL_ISO_IMAGE) \
-f Dockerfile.dev.iso .
Expand Down

0 comments on commit 9d369ea

Please sign in to comment.