Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-03-13 09:54:29 -07:00
parent 611756d857
commit f65e202621
No known key found for this signature in database
GPG Key ID: 4BB1599E1A3071F2

View File

@ -23,5 +23,7 @@ WORKDIR $HOME
USER user USER user
RUN echo "wine /usr/src/FigmaSetup.exe" > /home/user/.bash_history RUN echo "wine /usr/src/FigmaSetup.exe" > /home/user/.bash_history
RUN echo "winetricks dotnet45" >> /home/user/.bash_history
RUN echo "winecfg" >> /home/user/.bash_history
CMD [ "bash" ] CMD [ "bash" ]