Skip to content

Commit

Permalink
Update StaticBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Feb 20, 2024
1 parent d5edfcf commit 4ab205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/frontend/StaticBuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ARG DEBUG_BUILD=false

# Add debugging tools into builds if enabled
RUN if [ $DEBUG_BUILD = true ]; then \
apt update && apt-get install -y jq vim procps less; \
apk update && apk add --no-cache jq vim procps less; \
fi

COPY ./compose/frontend/entrypoint /docker-entrypoint.d/add_client_env.sh
Expand Down

0 comments on commit 4ab205a

Please sign in to comment.