Skip to content

Replace lzssdec executable with docker container#21

Draft
CristiMacovei wants to merge 1 commit into
masterfrom
lzssdec-docker
Draft

Replace lzssdec executable with docker container#21
CristiMacovei wants to merge 1 commit into
masterfrom
lzssdec-docker

Conversation

@CristiMacovei

Copy link
Copy Markdown

No description provided.

Signed-off-by: CristiMacovei <nicolae.macovei1412@stud.acs.upb.ro>

@razvand razvand left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use proper commit message formatting. See instructions here.

Is this a draft PR? A draft PR is one where the author needs to do future work. Is this requiring future work from you?

Comment thread tools/lzssdec/Dockerfile
Comment on lines +3 to +5
RUN apt update && apt upgrade -y

RUN apt install -y git build-essential

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RUN apt update && apt upgrade -y
RUN apt install -y git build-essential
RUN apt update && apt upgrade -y && apt install -y git build-essential

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants