Skip to content

Commit

Permalink
Enable TE by default in rosetta pax containers (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashors1 authored Oct 13, 2023
1 parent 9e075e4 commit f872d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosetta/Dockerfile.pax
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ FROM scratch as praxis-mirror-source
ADD --keep-git-dir=true https://github.com/google/praxis.git#main /

FROM ${BASE_IMAGE} AS rosetta
ENV ENABLE_TE=1

ARG GIT_USER_EMAIL
ARG GIT_USER_NAME
Expand Down

0 comments on commit f872d8f

Please sign in to comment.