Skip to content

Commit

Permalink
Merge pull request vitalets#9 from Ricrdsson1/update
Browse files Browse the repository at this point in the history
Update Ubuntu,Tizen Studio, WebOsCLI
  • Loading branch information
vitalets authored Nov 28, 2023
2 parents 06db755 + 17b2e76 commit 7a25245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04

# Install prerequisites
RUN apt-get update && apt-get install -y \
Expand All @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
unzip \
pciutils \
locales \
libssl1.0.0 \
libssl-dev \
# helper packages
curl \
net-tools \
Expand Down Expand Up @@ -36,7 +36,7 @@ WORKDIR ${HOME}
# Tizen Studio must be installed in user home dir.
# See: https://stackoverflow.com/questions/47269478/error-installing-tizen-studio-on-windows-10
# See also: https://forum.developer.samsung.com/t/double-click-on-installer-tizen-studio-4-1-doesnt-launch-the-app-on-big-sure-11-3-1/13352/8
ARG TIZEN_STUDIO_VERSION=4.1.1
ARG TIZEN_STUDIO_VERSION=5.5
ARG TIZEN_STUDIO_FILE=web-cli_Tizen_Studio_${TIZEN_STUDIO_VERSION}_ubuntu-64.bin
ARG TIZEN_STUDIO_URL=http://download.tizen.org/sdk/Installer/tizen-studio_${TIZEN_STUDIO_VERSION}/${TIZEN_STUDIO_FILE}
RUN wget ${TIZEN_STUDIO_URL} \
Expand Down
Binary file modified vendor/webos_cli_tv.zip
Binary file not shown.

0 comments on commit 7a25245

Please sign in to comment.