Skip to content

Commit 52e00bd

Browse files
committed
Improvements to Dockerfile
1 parent a11164c commit 52e00bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM ubuntu:22.04
22

33
# switch to root, let the entrypoint drop back to host user
44
USER root
5+
SHELL ["/bin/bash", "-c"]
56

67
ARG DEBIAN_FRONTEND=noninteractive
78

@@ -50,7 +51,6 @@ ARG LIBBUILDER_CLONE_BRANCH_OR_TAG=master
5051
ARG LIBBUILDER_CHECKOUT_REF=
5152
ARG LIBBUILDER_CLONE_SHALLOW=
5253
ARG LIBBUILDER_CLONE_SHALLOW_DEPTH=1
53-
ARG LIBBUILDER_TARGETS=all
5454

5555
ENV LIBBUILDER_PATH=/opt/esp/lib-builder
5656
# Ccache is installed, enable it by default

0 commit comments

Comments
 (0)