lib things

This commit is contained in:
Tommy Parnell
2022-04-25 11:53:58 -04:00
parent 40b01d052f
commit 483d40dbfa

View File

@@ -45,6 +45,7 @@ RUN sudo curl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin -
&& sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
RUN git config --global user.email "tommy@terribledev.io"
RUN git config --global user.name "Tommy Parnell"
RUN sudo apt-get install libicu-dev -y && sudo apt-get install build-essential -y
# Use our custom entrypoint script first
COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]