mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
Update Dockerfile
This commit is contained in:
@@ -16,7 +16,7 @@ COPY frontend /go/src/github.com/kerberos-io/opensource/frontend
|
||||
# Build react
|
||||
RUN apt-get install curl && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
||||
apt update && apt install yarn
|
||||
apt update && apt install yarn -y
|
||||
|
||||
RUN cd /go/src/github.com/kerberos-io/opensource/frontend && \
|
||||
yarn build
|
||||
|
||||
Reference in New Issue
Block a user