lib things
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user