Skip to content

Conversation

andradevander
Copy link

standardized the env format and resolved the non-existent command error in ubuntu

1. Why is this change necessary?

standardized the env format and resolved the non-existent command error in ubuntu

2. What does this change do, exactly?

To run docker build correctly

3. Please link to the relevant issues (if any).

standardized the env format and resolved the non-existent command error in ubuntu
@esola-thomas
Copy link

Can we complete the PR?

related #754

@esola-thomas
Copy link

@papnoisanjeev @ars128

RUN apt-get update && apt-get install -y adduser
RUN adduser uvdesk -q --disabled-password --gecos ""

# Install base supplimentary packages

Choose a reason for hiding this comment

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

Suggested change
# Install base supplimentary packages
# Install base supplementary packages

ENV GOSU_VERSION=1.11

RUN apt-get update && apt-get install -y adduser
RUN adduser uvdesk -q --disabled-password --gecos ""

Choose a reason for hiding this comment

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

This could also just be moved after # Install base supplementary packages line 31 and line 6 is not needed

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