Skip to content

Commit

Permalink
Try exporting a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 20, 2024
1 parent 608eeb8 commit 4137bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN chmod +x /usr/local/bin/apt.postgresql.org.sh \
&& echo Defaults lecture = never >> /etc/sudoers \
&& perl -i -pe 's/\bALL$/NOPASSWD:ALL/g' /etc/sudoers \
&& echo 'postgres ALL=(ALL:ALL) NOPASSWD:ALL' >> /etc/sudoers \
&& echo 'git config --global --add safe.directory "${GITHUB_WORKSPACE:-${PWD}}"' >> /etc/bash.bashrc
&& echo 'git config --global --add safe.directory "${GITHUB_WORKSPACE:-${PWD}}"' >> /etc/bash.bashrc \
&& echo export TRYME=hello >> /etc/bash.bashrc

COPY bin/* /usr/local/bin/

Expand Down

0 comments on commit 4137bf4

Please sign in to comment.