Skip to content

Commit

Permalink
Makefile: revert localtime mapping removal
Browse files Browse the repository at this point in the history
Mapping /etc/localtime was removed unintentionally in ef7632c.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed May 14, 2024
1 parent 59061cc commit 187bf2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ user_run:
--group-add sudo \
-v $(HOST_DIR):/host:z \
-v $(DOCKER_VOLUME_HOME):/home/$(shell whoami) \
-v $(ETC_LOCALTIME):/etc/localtime:ro \
$(USER_IMG) $(EXEC)

.PHONY: user_run_l4v
Expand Down

0 comments on commit 187bf2c

Please sign in to comment.