KASM-5299 Typo Fix

This commit is contained in:
Justin Travis 2024-01-03 06:27:24 -05:00
parent eb17cce495
commit 84f1fd24cc
No known key found for this signature in database

View File

@ -11,7 +11,7 @@ WORKDIR $HOME
######### Customize Container Here ###########
# Install Google Chrome
# Install Chromium
COPY ./src/ubuntu/install/chromium $INST_SCRIPTS/chromium/
RUN bash $INST_SCRIPTS/chromium/install_chromium.sh && rm -rf $INST_SCRIPTS/chromium/