Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 6, 2025
1 parent 4fa908b commit 5532fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
#
# Copyright 2020 Dgraph Labs, Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
# SPDX-License-Identifier: Apache-2.0
#

BUILD ?= $(shell git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:14.17.0-alpine
LABEL maintainer="Dgraph Labs <[email protected]>"
LABEL maintainer="Hypermode <[email protected]>"

RUN apk update && apk --no-cache add \
make git bash python3 gcc g++ ca-certificates curl
Expand Down

0 comments on commit 5532fc5

Please sign in to comment.