Skip to content

Commit

Permalink
add missing dep for code-server
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn committed Apr 24, 2024
1 parent cecd41b commit 75eb96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-registry: .registry-cache

# Pulls images referenced in integration tests and pushes them to the local cache.
.PHONY: test-images
test-images: .registry-cache .registry-cache/docker/registry/v2/repositories/envbuilder-test-alpine .registry-cache/docker/registry/v2/repositories/envbuilder-test-ubuntu
test-images: .registry-cache .registry-cache/docker/registry/v2/repositories/envbuilder-test-alpine .registry-cache/docker/registry/v2/repositories/envbuilder-test-ubuntu .registry-cache/docker/registry/v2/repositories/envbuilder-test-codercom-code-server

.registry-cache:
mkdir -p .registry-cache && chmod -R ag+w .registry-cache
Expand Down

0 comments on commit 75eb96d

Please sign in to comment.