mirror of
https://github.com/Jguer/yay.git
synced 2025-10-05 00:08:30 -04:00
add locale tooling (#2618)
This commit is contained in:
parent
3e82496057
commit
c6a2226ce1
@ -10,9 +10,15 @@ RUN echo "docker ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/docker
|
|||||||
# Create a non-root user and switch to it
|
# Create a non-root user and switch to it
|
||||||
USER docker
|
USER docker
|
||||||
|
|
||||||
|
# Install xgotext
|
||||||
|
RUN go install github.com/leonelquinteros/gotext/cli/xgotext@latest
|
||||||
|
|
||||||
# Add /app/bin to the PATH
|
# Add /app/bin to the PATH
|
||||||
ENV PATH="/app/bin:$PATH"
|
ENV PATH="/app/bin:$PATH"
|
||||||
|
|
||||||
|
# add /home/docker/go/bin to the PATH
|
||||||
|
ENV PATH="/home/docker/go/bin:$PATH"
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user