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

View File

@@ -23,5 +23,7 @@ WORKDIR $HOME
USER user
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" ]